+ 2
"cout" not working in another compiler
I tried writing a program on another compiler and I got an errors message. That the cout was an invalid syntax. Why? Instead printf(), was used in their sample. The compiler is cxxdroid
3 Respuestas
+ 6
Go to settings->System->Turn on "Use C++ for unsaved files", your problem should be solved
Also, don't forget to include the corresponding header
+ 3
Thanks you so much
+ 1
No problem :)