Horje
cout was not declared in this scope Code Example
cout was not declared in this scope
#include<iostream>
using namespace std; //use this
int main(){
    char t = 'f';
    char *t1;
    char **t2;
    cout<<t;        
    return 0;
}




Cpp

Related
find length of array c++ Code Example find length of array c++ Code Example
arguments to a class instance c++ Code Example arguments to a class instance c++ Code Example
all of the stars lyrics Code Example all of the stars lyrics Code Example
C++ SizeOf Code Example C++ SizeOf Code Example
c++ 2d vector assign value Code Example c++ 2d vector assign value Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8