missing terminating " character 'cout' does not name a type| 'int main' redeclared as different kind of symbol|
Huray to all !!!Thank you for your answers. Tried your tips run it but I do not get the result . The below are the errors I get : ||=== Build: Debug in SoloLearn Mirabela Vasile (compiler: GNU GCC Compiler) ===| C:\Users\001\CodeBlocks\SoloLearn Mirabela Vasile\main.cpp|10|warning: missing terminating " character| C:\Users\001\CodeBlocks\SoloLearn Mirabela Vasile\main.cpp|10|error: missing terminating " character| C:\Users\001\CodeBlocks\SoloLearn Mirabela Vasile\main.cpp|10|error: 'cout' does not name a type| C:\Users\001\CodeBlocks\SoloLearn Mirabela Vasile\main.cpp|14|error: 'int main' redeclared as different kind of symbol| C:\Users\001\CodeBlocks\SoloLearn Mirabela Vasile\main.cpp|5|note: previous declaration 'int main()'| ||=== Build failed: 3 error(s), 1 warning(s) (0 minute(s), 1 second(s)) ===| Anything that I can try ? Regards, Mirabela Vasile ------------------------------------------ Hello, SOS for the error error:missing terminating " character in script : #include <iostream> using namespace std; int main() { cout << "This " << "is " << "awesome! "; return 0; } Anyone can advise why I am getting it? Regards