Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

Syntax Differences

$
0
0
Just a quick noobie question..

I've noticed some differences in the syntax used to perform certain tasks... Like:

std::cout << "bla bla bla".....
// versus
cout << "bla bla bla".....

//or

std::cin >> blablabla....
//versus
cin.get(blablabla)...



Is there any specific reason for using one over the other?
It seems as though they achieve the same task...?

Viewing all articles
Browse latest Browse all 51036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>