error C2275: 'SOCKET' : illegal use of this type as an expression
Posted makeview660
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error C2275: 'SOCKET' : illegal use of this type as an expression相关的知识,希望对你有一定的参考价值。
在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的主要内容,如果未能解决你的问题,请参考以下文章
老出现这怎么办?:windows socket error:由于目标机器积极拒绝,无法连接。(10061),on API\'connect\'
ERROR (ConnectionError): HTTPConnectionPool (Caused by <class 'socket.error'
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' '
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock'