Posts by MICHEL LEMOS • 45 points
4 posts
-
3
votes1
answer62
viewsQ: Difference of {} and = in a declaration
What is the difference of two statements? On what occasions should I use each one? - int Num{15}; - int Num = 15;
-
0
votes0
answers19
viewsQ: Difference Cout and printf c++
I’ve been looking for content about the difference of Cout and printf for a while, but I still can’t find an easy, simple and direct explanation. I would like to know relationships about…
-
-1
votes1
answer42
viewsQ: Libraries in C++
I have a question about the C++ libraries that are hammering me in time. Is it really necessary to import for example the Math. h library to use functions like Pow and sqrt? or the locale library. h…
c++asked MICHEL LEMOS 45 -
1
votes2
answers88
viewsQ: Arithmetic Burst C++
Hello, I am a beginner in the C++ language, doing some exercises I came across a message that did not interfere in anything my account, but I would like to know exactly what it means and what I…
c++asked MICHEL LEMOS 45