c++ expert tutorial? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

c++ expert tutorial?

Hello! So i just finsished sololearns c++ tutorial and read the "learn c++ in 24 hours" book, then i started learning Qt creator, and i think i lost with pointers. I just make so much mistake because i dont know when to use pointer or not. Last time i created a fileOperator class, and spent 2 hours because i declared the class as fileOperator *FileOperator and it did not work because the astralis. Anyone knows a good webpage book or.video explaining this?

25th Aug 2017, 12:52 AM
tomitheninja
tomitheninja - avatar
1 Answer
+ 4
This is what happens when you learn to learn and don't create while learning. You need that practice, make something cool. It's why you started programming in the first place. After you start working with different libraries you'll have a much better understanding of things like when to use pointers.
25th Aug 2017, 2:24 AM
Jordan Chapman
Jordan Chapman - avatar