undefined reference to 'std::cout'

前端 未结 4 1683
囚心锁ツ
囚心锁ツ 2020-11-28 18:03

Shall this be the example:

#include 
using namespace std;
int main()
{
    cout << \"Hola, moondo.\\n\";
}

It throws

4条回答
提交回复
热议问题