Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
dlaczego nie działa polecenie std::cout
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: dlaczego nie działa polecenie std::cout (Read 3232 times)
leon6389
Single posting newcomer
Posts: 2
dlaczego nie działa polecenie std::cout
«
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
Logged
Miguel Gimenez
Developer
Lives here!
Posts: 1629
Re: dlaczego nie działa polecenie std::cout
«
Reply #1 on:
May 05, 2023, 04:12:42 pm »
"Does not work" is too vague. Anyway, std::cout is OT here.
Logged
leon6389
Single posting newcomer
Posts: 2
Re: dlaczego nie działa polecenie std::cout
«
Reply #2 on:
May 06, 2023, 12:46:44 pm »
this command shows me as an error
Logged
stahta01
Lives here!
Posts: 7666
Re: dlaczego nie działa polecenie std::cout
«
Reply #3 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
Logged
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ.
http://wiki.codeblocks.org
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
dlaczego nie działa polecenie std::cout