Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Std::cout
c++
1 Voto
2 Respostas
19th Feb 2018, 8:28 AM
Anonymous Guy
Is std::cout a function?
c++
cout
cpp
function
std
1 Voto
3 Respostas
23rd May 2018, 8:23 PM
Zuke
Why doesn’t std::cout print?
c++
0 Voto
3 Respostas
19th Dec 2019, 1:52 PM
Jason Guo
Meaning if std::cin and std::cout ?
c
c++
programming
3 Votos
5 Respostas
8th Jan 2017, 3:44 PM
Fahmeen Mazhar
Is it necessary to use std::cout or just cout
c++
0 Voto
4 Respostas
21st Sep 2020, 8:25 AM
Isaac
Good practice std::cout or cout including namespace std?
c++
code
help
practice
0 Voto
2 Respostas
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 Votos
3 Respostas
5th Sep 2020, 4:46 PM
sid
<iostream> and <iostream.h> ?? /////cout and std::cout ?????
c++
1 Voto
1 Resposta
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 Votos
12 Respostas
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 Voto
2 Respostas
9th Mar 2019, 2:08 PM
Noordeen Hasn
#include <iostream> int main(int argc, char **argv) { std::cout << 25u - 50; return 0; }
c++
-2 Votos
5 Respostas
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 Voto
3 Respostas
4th Jun 2017, 12:39 AM
Omar Abdullah
#include <iostream> int main(int argc, char **argv) { std::cout << 25u - 50; return 0; }
sololearners
0 Voto
2 Respostas
21st Jul 2020, 1:17 PM
i Ebenezer
C++ advises
c++
etc
namespace
std;
std::cout
using
1 Voto
17 Respostas
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 Voto
6 Respostas
15th Jan 2017, 10:11 AM
Diego
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
why do people say programming is hard
0 Votes
I’m new someone can help me
0 Votes