当前位置: 技术问答>linux和unix
g++ -o file *.cpp
来源: 互联网 发布时间:2016-06-28
本文导语: 你好 请问在redhat9中编译file文件时出现下列错误时,文件的错误还是redhat9中的问题? g++ -o file *.cpp file.cpp: In function 'int main(int, char**)': file.cpp:19: 'toupper' undeclared(first use this function) file.cpp:19: (Each undeclared in...
你好
请问在redhat9中编译file文件时出现下列错误时,文件的错误还是redhat9中的问题?
g++ -o file *.cpp
file.cpp: In function 'int main(int, char**)':
file.cpp:19: 'toupper' undeclared(first use this function)
file.cpp:19: (Each undeclared indentifier is reported only once for each function it appears in.)
请问在redhat9中编译file文件时出现下列错误时,文件的错误还是redhat9中的问题?
g++ -o file *.cpp
file.cpp: In function 'int main(int, char**)':
file.cpp:19: 'toupper' undeclared(first use this function)
file.cpp:19: (Each undeclared indentifier is reported only once for each function it appears in.)
|
使用“toupper”需要包含吧。
|
直接include不行吗?
你安装redhat的时候没有把相关的开发工具安装上去吗?
你安装redhat的时候没有把相关的开发工具安装上去吗?
|
为什么还有这么多人在用rh9呢?