I want to learn C++?

Husnain

Well-known member
Joined
May 20, 2016
Messages
228
Reaction score
9
Location
Mars
Hello guys. I saw several tutorials on youtube that how to start in c++. Fortunately, i understand many things but i don't get one thing.

When i use Python he got his own compiler and if we look at C++. It got tons of Compilers. I can't understand that which compiler i use. I was using C/C++ Eclispe compiler and watching the tutorial.

Everytime my compiler gave me an error like:  

std; -  is not define
cout - is not define

What the Hell is this? I saw the video. He don't have any error and mine is giving over again and again.

Please, suggest me a good compiler with no bullshit errors and with good tutorial where i can understand easily. Please, i don't just keep saying that "Are you banned from Google or Youtube"? Please, don't ask this stupid questions.

Give me a straight Answer if anybody knows!

Thankyou.
 

_=Gigant=_

Well-known member
Joined
Mar 21, 2017
Messages
353
Reaction score
16
Husnain said:
Everytime my compiler gave me an error like:  

std; -   is not define
cout - is not define

which type of error , is it IntelliSense ?
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
if your making some serious win32 (windows) apps or s0biet or SA-MP related things then go for microsoft visual studio since its easy and you dont literally have to set anything up as std, cout and all other things are already installed and all you have to do is declare the using of that namespace, if you want to make cross-platform apps which arent related to hacking then go for IDK but something which is cross-platform compatible, BUT go for microsoft visual studio it will make things very easy.
 

Husnain

Well-known member
Joined
May 20, 2016
Messages
228
Reaction score
9
Location
Mars
Which version of Microsoft Visual do you prefer?
 

Husnain

Well-known member
Joined
May 20, 2016
Messages
228
Reaction score
9
Location
Mars
Is this is for Microsoft Visual C++ 2017 because i install that. :D
 

0x_

Wtf I'm not new....
Staff member
Administrator
Joined
Feb 18, 2013
Messages
1,123
Reaction score
174
https://www.amazon.com/Primer-Plus-6th-Developers-Library/dp/0321776402
 

0BE4

Active member
Joined
Jan 15, 2017
Messages
124
Reaction score
2
Look simply get the latest visual studio okay?
BUT be sure you choose community thats the only thing you should look for

Link: https://www.visualstudio.com/

Psst. versions don't matter that much but i prefer VS 2017
 

Husnain

Well-known member
Joined
May 20, 2016
Messages
228
Reaction score
9
Location
Mars
0x688 said:
https://www.amazon.com/Primer-Plus-6th-Developers-Library/dp/0321776402

Dat stupid motherfucker is sellin'  :areyoukiddingme: :areyoukiddingme:
 

0BE4

Active member
Joined
Jan 15, 2017
Messages
124
Reaction score
2
That book isn't written by him -_- he is just giving advice....
 
Top