If I compile a C ++ program with errors on Linux connected via PuTTY, I see error messages like:
g++ a.cpp a.cpp: In function âint main()â: a.cpp:38: error: expected primary-expression before â)â token a.cpp:38: error: âwaitpidâ was not declared in this scope
Any idea on why the â symbol comes?
source share