+ 2

Advancing in c++

i just Finished the c++ course can someone point me out...i want to Advance deep in c++ thanks also Where to learn creating of applications

4th Nov 2017, 6:12 PM
promise orazulike
promise orazulike - avatar
7 Answers
+ 3
@promise orazulike, Despite the downvotes, my answer still stands. Now with YouTube search link: https://m.youtube.com/results?q=c%2B%2B%20qt%20gui%20tutorial&sm=1 That's not the only way to go, but considering that your goals and target platform are pretty much unknown, that's the best advice imo. At least it will give you something practical to hang on to.
8th Nov 2017, 7:52 AM
deFault
0
Explore data structures using c++
4th Nov 2017, 7:41 PM
ferhan
ferhan - avatar
0
There are a ton of libraries available as standard for the language. I suggest learning them. For some of the more interesting ones, it might be useful to figure out how you would code it and implement a bit of it. For example, there is a library for linked lists. However, implementing it could be a massive challenge for you that will make tons of code you end up dealing with in the future understandable.
4th Nov 2017, 10:02 PM
John Wells
John Wells - avatar
0
ok thanks guys. much love lets say for starters i have a code how do i make it to be a system Application thanks
8th Nov 2017, 7:36 AM
promise orazulike
promise orazulike - avatar
0
thanks @Vincent Blankfield [LMGTFY]
8th Nov 2017, 2:19 PM
promise orazulike
promise orazulike - avatar
- 1
My advice: Learn Qt. But it's personal, and highly depends on what you want to achieve.
4th Nov 2017, 6:52 PM
deFault