Free C++,A+,php,Java Video Turorials

learntoknow said:
This is the code form the above link and the above link emphasizes that this is C code:
Code:
 # include <iostream.h>
main()
{
cout << "HELLO WORLD!";
}

First , there is no cout in the C Programming language.
2nd, there is no iostream.h in C Programming Language.
3rd , main() always needs to return an int.

so stop misguiding people if you don't know what C language is about :hellno:
 
lol......:p its not C
arnuld said:
This is the code form the above link and the above link emphasizes that this is C code:
Code:
 # include <iostream.h>
main()
{
cout << "HELLO WORLD!";
}

First , there is no cout in the C Programming language.
2nd, there is no iostream.h in C Programming Language.
3rd , main() always needs to return an int.

so stop misguiding people if you don't know what C language is about :hellno:
 
This thread has been made a sticky but no links, mentioned here, are working anymore...I wanted to learn some, so someone pls look into it..
 
arnuld said:
This is the code form the above link and the above link emphasizes that this is C code:
Code:
 # include <iostream.h>
main()
{
cout << "HELLO WORLD!";
}

First , there is no cout in the C Programming language.
2nd, there is no iostream.h in C Programming Language.
3rd , main() always needs to return an int.

so stop misguiding people if you don't know what C language is about :hellno:

this is C++. and main always need not ahve return statements. actually it depends on the compiler you are using. some will pop error while other will give a warning message.
 
i wd suggest youtube , free and open source of legal learning...................for free and illegal learning...............T_R_E_N_T , no rent for torrent baby !!
 
@AlbertPacino :hey links to the tutorial videos seems to be broken....

--- Updated Post - Automerged ---

the link is seems to be broken...
 
Back
Top