Ragna Rock
Novice
Thank u....
AlbertPacino said:
This is the code form the above link and the above link emphasizes that this is C code:learntoknow said:Nice collection.
I would like to add two links:
The C / C++ Tutorial for the starters
howtoprogramc - The C / C++ Programming Tutorial for the learners of all levels, covering most of the C /C++ stuff..
# include <iostream.h>
main()
{
cout << "HELLO WORLD!";
}
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:
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:
all four links seem to be dead nowAlbertPacino said:Free C++,A+,php,Java video tutorials.