Execution TimeI have a source file. I compiled two times: First with Microsoft VS Express for Desktop 2012 Then...
Difference between cout and std::cout?Thank you all for the quick help :)
Difference between cout and std::cout?I dont know when to use "cout" and when to use "std::cout". Sometimes I get error when I use "cout"...
division errorThank you all :)
division errorHi, I am new in C++ Why the output = 6 and not 6.5? What I do wrong? Thank you for your answer ...