C++ Newbie

Status
This thread has been locked.

28FPS

Feedback score
0
Posts
7
Reactions
3
Resources
0
Hello,

I want to learn how to code in C++. I have some experience with coding using C, JS, HTML and CSS. Despite that, I seem to be struggling to learn C++. Any suggestions on where I can learn C++ and improve at it?

Thanks in advance.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

CptShad

Graphics Designer
Supreme
Feedback score
10
Posts
150
Reactions
42
Resources
0
If you know C, then C++ shouldn't be much of a stretch. It's a more object oriented version of C. You can look at Udemy for course and then download them free ;)
 

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
If you know C, then C++ shouldn't be much of a stretch. It's a more object oriented version of C. You can look at Udemy for course and then download them free ;)
Ehhh C++ is quite not like C. Same syntax (almost), completely different aspect. C is ranked a 3 star difficulty, C++ is 4 stars and it deserves it.
 

CptShad

Graphics Designer
Supreme
Feedback score
10
Posts
150
Reactions
42
Resources
0
Ehhh C++ is quite not like C. Same syntax (almost), completely different aspect. C is ranked a 3 star difficulty, C++ is 4 stars and it deserves it.
I just summarized it in a very broad way.
 

Golshr

Feedback score
0
Posts
3
Reactions
0
Resources
0
You should try another object-oriented language first. Try Java to learn the basis of OO paradigm, it's easier to learn that way. And then, learn C++. The step between Java and C++ is smaller than the step between C and C++ (especially if you know C beforehand).
 
Status
This thread has been locked.
Top