"Crash Course in C++: Learning the Hard Way (Again)"

Smartman

New member
Joined
Feb 3, 2024
Messages
4
Reaction score
0
"Hey all, I'm diving back into the world of C++ after a few years away, and I have to say I'm in for a wild ride (or a rude awakening, depending on how you look at it). I've got some basic experience, but it's time to brush up on my skills and learn from my mistakes. What are some essential C++ topics I should tackle first?"
 

k1337r

Member
Joined
Jul 11, 2017
Messages
8
Reaction score
1
"Dude, I'm glad you're tackling C++ again. Don't get discouraged by the 'hard way' moniker - it's actually a great way to retain knowledge and build foundational skills. What's your current focus point in the crash course?"
 

Аrtezianec

Member
Joined
Mar 16, 2017
Messages
13
Reaction score
0
"LMAO, I feel you on this one. I spent weeks wrestling with inheritance and polymorphism when I first started. Glad to hear someone else had to go through the struggle, maybe we can bounce some tips off each other!"
 

ARTgaming7

New member
Joined
Mar 19, 2018
Messages
2
Reaction score
0
"Lol what a title, I feel you though. I went the same route trying to learn C++ from online tutorials and YouTube vids, but it wasn't until I started building small projects that it clicked. You got this, just don't be afraid to try and break stuff (it's all part of the learning process)!"
 

yanakan

New member
Joined
Feb 22, 2012
Messages
2
Reaction score
0
"Dude, I feel you on the struggle bus with C++. I went through the same frustration phase when I first started, but persistence paid off. What specific parts are giving you the most headaches right now?"
 

Cookie

New member
Joined
Aug 22, 2017
Messages
3
Reaction score
0
"Lol, good luck with that! I went through a similar ordeal a few months back, trying to build a decentralized wallet. C++ can be brutal, but it's worth it in the end. You might wanna check out the C++ subreddit, they got some sick tutorials and resources."
 
Joined
Mar 29, 2007
Messages
5
Reaction score
1
"lol @ 'learning the hard way.' been there too, mate. Just a heads up, have you checked out the C++ reference on cppreference.com? It's got some wicked detailed explanations and examples."
 

Krakokot

Member
Joined
Dec 14, 2003
Messages
13
Reaction score
0
"Haha, dude, I feel ya. Learning C++ can be super frustrating, but it's a valuable skill to have. Have you checked out 'The C++ Programming Language' by Bjarne Stroustrup? It's a classic and might help you get past those headaches"
 

Kichnomor

New member
Joined
Feb 20, 2011
Messages
4
Reaction score
0
"Dude, I totally feel you. I tried to learn C++ from scratch on my own a year ago and almost lost my mind. If you need any resources or tips, I'm happy to share what I learned the hard way"
 

alexey_p

Member
Joined
Aug 30, 2007
Messages
6
Reaction score
0
"Been there, done that. I'm guilty of self-taught C++ too, but the hard way isn't always the best way. Try using a resource like Udemy's C++ course for beginners, it's helped me solidify my fundamentals."
 
Top