Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Std::cout
c++
1 Vote
2 Answers
19th Feb 2018, 8:28 AM
Anonymous Guy
Is std::cout a function?
c++
cout
cpp
function
std
1 Vote
3 Answers
23rd May 2018, 8:23 PM
Zuke
Why doesn’t std::cout print?
c++
0 Votes
3 Answers
19th Dec 2019, 1:52 PM
Jason Guo
Meaning if std::cin and std::cout ?
c
c++
programming
3 Votes
5 Answers
8th Jan 2017, 3:44 PM
Fahmeen Mazhar
Is it necessary to use std::cout or just cout
c++
0 Votes
4 Answers
21st Sep 2020, 8:25 AM
Isaac
Good practice std::cout or cout including namespace std?
c++
code
help
practice
0 Votes
2 Answers
12th Dec 2019, 7:01 AM
Kevin Nisbet
Why someone use std::cout while they can just use cout..
c
cpp
namespace
std::
why
3 Votes
3 Answers
5th Sep 2020, 4:46 PM
sid
<iostream> and <iostream.h> ?? /////cout and std::cout ?????
c++
1 Vote
1 Answer
27th Jan 2017, 9:55 AM
Amr Monsef
Which is the diference between std::cout and cout?? C++ have if and else statement where is else if or if else???
c
c#
c++
help
java
javascript
python
python3
ruby
19 Votes
12 Answers
12th Jan 2019, 6:33 PM
Mister I
Why we can't use endl when we use std::cout enstand of cout ?
c++
cout
help
0 Votes
2 Answers
9th Mar 2019, 2:08 PM
Noordeen Hasn
#include <iostream> int main(int argc, char **argv) { std::cout << 25u - 50; return 0; }
c++
-2 Votes
5 Answers
15th Dec 2017, 9:35 AM
nirav malaviya
What is the output and how dose it came ? #include <iostream> int main() { std::cout << (10 & 6) << std::endl; std::cout << (10 | 6) << std::endl; return 0; }
c
c++
cpp
Q&A
0 Votes
3 Answers
4th Jun 2017, 12:39 AM
Omar Abdullah
#include <iostream> int main(int argc, char **argv) { std::cout << 25u - 50; return 0; }
sololearners
0 Votes
2 Answers
21st Jul 2020, 1:17 PM
i Ebenezer
C++ advises
c++
etc
namespace
std;
std::cout
using
1 Vote
17 Answers
23rd Sep 2019, 4:36 PM
Joseph Ahouandjinou
Thanks to the lack of parenthesis and curly braces, the code is always much clearer and more readable than C or C++ code! Example: C++ vs Python if (x>0) { std::cout << "x is positive." << std::endl; } if x>0: print("x is positive.") #Python4president
c++
comments
if-statements
python
1 Vote
6 Answers
15th Jan 2017, 10:11 AM
Diego
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
How can a recursive function works perfectly in a for loop with large numbers while calling it too many times raises an error?
3 Votes
How to allow one instance of exe
1 Votes
Reverse observer pattern : remove dynamic_cast
2 Votes
purchase of a subscription
1 Votes
What has happened?
1 Votes
Theater management help me
2 Votes
seats = 100 (blank) seats > 0: print "sell ticket" (blank) = seats - 1
0 Votes
What should I add/improve ?
1 Votes
Flight tracker coding foundation help me
1 Votes
Should You Specialize or Diversify in Programming?
1 Votes