答案1
您需要将代码文件(在本例中为helloworld.cpp
)放在当前工作目录中。如果代码文件位于其他目录中,则需要在命令中指定位置。例如
g++ some/other/folder/helloworld.cpp -o helloworld.o
您需要将代码文件(在本例中为helloworld.cpp
)放在当前工作目录中。如果代码文件位于其他目录中,则需要在命令中指定位置。例如
g++ some/other/folder/helloworld.cpp -o helloworld.o