错误c2059 [英] error c2059

查看:57
本文介绍了错误c2059的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好每一个

请告诉我c2059是什么错误。在我的项目中,它与Cell类的Split函数中的语法错误有关。请帮帮我

hello to every one
please tell me what is the error c2059.In my project it is related to the syntax error in Split function of the Cell class. please help me

推荐答案

谷歌是你的朋友!为了节省您的点击,这是一个结果:

编译器错误C2059(C ++)


祝你好运
Google is your friend! To save you a click here is one result:

Compiler Error C2059 (C++)

good luck


好好假设片刻您使用的是Microsoft Visual Developer Studio(或Visual C ++),当您甚至没有发布错误消息时,我们如何能够告诉您的代码有什么问题,更不用说产生错误的代码了。


微软有这样的说法编译器错误C2059(C ++)


如果您需要进一步的帮助,我建议您发布完整的错误消息和产生错误的代码。
Well assuming for a moment that you are using Microsoft Visual Developer Studio (or Visual C++) how on earth would we be able to tell what is wrong with your code when you have not even posted the error message let alone the code producing the error.

Microsoft has this to say about Compiler Error C2059 (C++).

If you want further help I suggest you post your full error message and the code producing the error.


感谢您回复完整的错误消息


错误C2059:语法错误:'',''


并且代码是


if(cell.Split(r *,c *) ))

{









}

其中cell是我的msword.h文件项目中Cell类的变量。

那我应该怎么做
Thanks for reply the full error message is

error C2059:syntax error:'',''

and the code is

if (cell.Split(r*,c*))
{
.
.
.
.
}
where cell is a variable of Cell class in my project of msword.h file.
then what should i do


这篇关于错误c2059的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆