Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: leon6389 on May 05, 2023, 03:23:15 pm

Title: dlaczego nie działa polecenie std::cout
Post by: leon6389 on May 05, 2023, 03:23:15 pm
Hello, I have this problem that the std::cout command is not working for me.

If anything, I am "green
Title: Re: dlaczego nie działa polecenie std::cout
Post by: Miguel Gimenez on May 05, 2023, 04:12:42 pm
"Does not work" is too vague. Anyway, std::cout is OT here.
Title: Re: dlaczego nie działa polecenie std::cout
Post by: leon6389 on May 06, 2023, 12:46:44 pm
this command shows me as an error
Title: Re: dlaczego nie działa polecenie std::cout
Post by: stahta01 on May 06, 2023, 10:51:59 pm
1. Make sure the file being compiled has the "cpp" file suffix as in main.cpp
2. Make sure you installed an C++ Compiler
3. Post the error in code tags so someone might be able to help you