vscode错误
报错Test.c:1:10: fatal error: 'iostream' file not found
#include <iostream>
^~~~~~~~~~
1 error generated. iostream不是有提示吗?你查查这个变量 把Test.c改成Test.cpp 一开始是这样的
error: linker command failed with exit code 1 (use -v to see invocation)
然后根据网上的在c-cpp-properties.json修改了includePath变成现在这样 ckblt 发表于 2022-3-16 19:52
把Test.c改成Test.cpp
改了现在是这样zsh: command not found: fpc
Weabu 发表于 2022-3-16 19:55
改了现在是这样zsh: command not found: fpc
你是不是用的gcc
用g++试试
页:
[1]