-1
A
回答
1
根據MS文檔,fd_set結構在Winsock2.h中定義。看到這裏:http://msdn.microsoft.com/es-es/library/windows/desktop/ms737873%28v=vs.85%29.aspx
相關問題
- 1. 標識符未定義
- 2. C++錯誤:標識符「CWnd」未定義
- 3. 標識符 「taskRtpLock」 未定義
- 4. 未定義的標識符
- 5. 未定義的標識符
- 6. cvResize標識符未定義
- 7. 標識符「initSol()」未定義
- 8. 標識符「do」未定義
- 9. 未定義的標識符
- 10. 標識符「customerMenu」未定義
- 11. 在Eclipse中未識別fd_set
- 12. 在Visual C++ 2010 Express中運行的OpenGL - 標識符未找到
- 13. 預期的標識符xmemory的VS 2010
- 14. VS 2010 Express無法識別.SQL文件?
- 15. 錯誤:標識符「img」未定義
- 16. 標識符「字符串」未定義?
- 17. C++類繼承,標識符未定義
- 18. 錯誤:標識符「系統」未定義
- 19. 未定義的標識符fwritefln
- 20. 標識符「ostream」未定義錯誤
- 21. C++標識符「_var」未定義
- 22. 錯誤:未定義標識符「ostream」
- 23. 類「錯誤標識符是未定義」
- 24. C++標識符「環境」未定義
- 25. Visual Studio:標識符「MSFDTEDIT_CLASS」未定義
- 26. CXX-E-UNDECLARED,標識符「exec」未定義
- 27. 錯誤:IntellliSense:標識符「uint32」未定義?
- 28. 錯誤:標識符「LCD_E_PORT」未定義
- 29. 標識符cout未定義..和其他
- 30. 陣列:標識符「array」未定義
謝謝,我在我的項目中添加#include「winsock2.h」,但在winsock2.h中有很多錯誤。 例如: 錯誤C4430:缺少類型說明符 - 假定爲int。注意:C++不支持默認int \t 錯誤錯誤C2556: 'INT(__cdecl * DECLARE_STDCALL_P(protoent *))(常量字符*)':重載函數僅通過返回類型從「詮釋不同(__cdecl * DECLARE_STDCALL_P(protoent *))(int)' – user2200912 2013-03-22 21:46:22
我解決了!沒有找到winsock2.h,但在winsock.h中找到並添加了WS2_32.lib 非常感謝 – user2200912 2013-03-22 22:04:06