So what?
That shouldn't prevent you from learning C++, in fact the sooner you start the better, yet you'll have to keep yourself motivated because learning C++ is a long process like learning a foreign language.
If you really want to learn a programming language I'd also recommand you to buy a book on the topic, take a look at the programming for kids books, I'm pretty sure they got a book about C++.
int main(int argc, char* argv[]){ cout<<"Hello World"; }
every traditional programming tutorial starts off with Hello World :-)
It's meant to show you the complexity of a programming language and you should try to understand the hole Hello World programm
PHP Code:
#include <iostream>
this statement includes the iostream library to provide some functions like cout.
PHP Code:
using namespace std;
this statement allows you to use members of the std name space without typen std:: before them, the cout function belongs to the std namespace
PHP Code:
int main(int argc, char* argv[])
This is the main function header, all C++ programms start here, as you can see this function takes some arguements, int argc is the count of arguements and char* argv[] is the array that contains the arguments, argv[0] is always the name of your executable.
PHP Code:
{ cout<<"Hello World"; }
this is the body of the main function, it's enclosed by '{' and '}', all function bodys are enclosed by these two symbols, the line cout<<"Hello World"; prints a string in your console, << is an operator used by cout, all iostream functions use this operator to show where the stream goes to.
int main(int argc, char* argv[]){
cout<<"Hello World";
}
every traditional programming tutorial starts off with Hello World :-)
It's meant to show you the complexity of a programming language and you should try to understand the hole Hello World programm
PHP Code:
#include <iostream>
this statement includes the iostream library to provide some functions like cout.
PHP Code:
using namespace std;
this statement allows you to use members of the std name space without typen std:: before them, the cout function belongs to the std namespace
PHP Code:
int main(int argc, char* argv[])
This is the main function header, all C++ programms start here, as you can see this function takes some arguements, int argc is the count of arguements and char* argv[] is the array that contains the arguments, argv[0] is always the name of your executable.
PHP Code:
{
cout<<"Hello World";
}
this is the body of the main function, it's enclosed by '{' and '}', all function bodys are enclosed by these two symbols, the line cout<<"Hello World"; prints a string in your console, << is an operator used by cout, all iostream functions use this operator to show where the stream goes to.
see that tutorial
doesnt show much
any of u have msn
so u could teach me over that ^^
really appreciate it
Visual c++ 07/20/2010 - Kal Online - 9 Replies Someone can tell me where i find the cmd windows on Visual c++? and i think i downloaded the wrong version cuz have only 5 MB size. Sry For Bad English
Visual C++ (C++), Visual Basic, oder AutoIT? 06/24/2010 - .NET Languages - 11 Replies Hallo Zusammen
Ich würde gerne mit dem Programmieren anfangen.
Meine Vorstellungen:
Es müsste möglich sein, eigene Programme zu schreiben wie z. B. MSN, Emule oder ähnliches. Natürlich nie in dieser Grösse nur als Beispiel.
Als weiteres sollte mit der gleichen Programmiersprache auch die Möglichkeit bestehen einen WoW Bot zu schreiben. Habe gehört die meisten Bots sind in Auto IT geschrieben. Gibt es unterschiede wegen des Warden schutzes oder kommt es nicht darauf an?
Self Cracked SV Is Infected? Need Profesional Help 02/21/2007 - Conquer Online 2 - 5 Replies AntiVir 7.3.1.37 02.20.2007 no virus found
Authentium 4.93.8 02.19.2007 no virus found
Avast 4.7.936.0 02.20.2007 no virus found
AVG 386 02.20.2007 no virus found
BitDefender 7.2 02.21.2007 no virus found
CAT-QuickHeal 9.00 02.20.2007 (Suspicious ) - DNAScan
ClamAV devel-20060426 02.20.2007 no virus found
DrWeb 4.33 02.20.2007 no virus found
eSafe 7.0.14.0 02.20.2007 Win32.Polipos.sus
eTrust-Vet 30.4.3414 02.20.2007 no virus found