Std::cout Example


Example 1: std cout c++

#include <iostream> using std::cout; int main() {    	cout<<"Hello world";     return 0; }

Example 2: std::cout and cout

//c++ cout and std::cout both are same, but the only difference is that if we  use cout, namespace std must be used in the program or if you are not  using std namespace then you should use std::cout.

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools