当前位置: 技术问答>linux和unix
使用LIST的问题。急急
来源: 互联网 发布时间:2015-11-09
本文导语: 代码如下: #include #include typedef list LIST_SECTION; int main() { return 0; } 使g++编译报如下错误 [qwh@CPCI curses]$ g++ -llist -o test test.cpp test.cpp:4: syntax error before `;' token [qwh@CPCI curses]$ 请帮助。在线等...
代码如下:
#include
#include
typedef list LIST_SECTION;
int main()
{
return 0;
}
使g++编译报如下错误
[qwh@CPCI curses]$ g++ -llist -o test test.cpp
test.cpp:4: syntax error before `;' token
[qwh@CPCI curses]$
请帮助。在线等待
#include
#include
typedef list LIST_SECTION;
int main()
{
return 0;
}
使g++编译报如下错误
[qwh@CPCI curses]$ g++ -llist -o test test.cpp
test.cpp:4: syntax error before `;' token
[qwh@CPCI curses]$
请帮助。在线等待
|
// list.cpp
//
#include
#include
#include
// Print out a list of strings
ostream& operator
//
#include
#include
#include
// Print out a list of strings
ostream& operator