+ 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
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.
0
Explore data structures using c++
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.
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
0
thanks @Vincent Blankfield [LMGTFY]
- 1
My advice: Learn Qt. But it's personal, and highly depends on what you want to achieve.