码迷,mamicode.com
首页 > 其他好文 > 详细

error C2275: 'SOCKET' : illegal use of this type as an expression

时间:2018-06-27 14:59:43      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:.com   方法   tar   blank   ror   错误   http   error   targe   

  在VC中编译xxx.c文件出现错误error C2275 illegal use of this type as an expression 

  问题在于C99之前要求所有的声明必须放在函数块的起始部分,这也是C和C++的重要区别。

  方法:

  1). 修改成xxx.cpp 。

  2). 把声明放在函数起始部分。

  参考:http://stackoverflow.com/questions/9549521/compiler-error-c2275

error C2275: 'SOCKET' : illegal use of this type as an expression

标签:.com   方法   tar   blank   ror   错误   http   error   targe   

原文地址:https://www.cnblogs.com/MakeView660/p/9233853.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!