Now what | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Now what

hello I have finished c++ course and I feel like i am missing somethink idk how to build apps or a base of a game , how to get experince how to put my knowledge in use?? where to star from?? thanks and hope some one guide me

27th Mar 2017, 11:54 AM
Adam
6 Answers
+ 2
Congratulations for finishing the course. Of course this is only the first of many steps, but it's a start. What to do next depends on your goals. If you want to become a better problem solver, I'd recommend to learn about algorithms, data structures and a little discrete mathematics. Practice is extremely important as well. If you don't know what to practice on, check out projecteuler.net or uva.onlinejudge.org. If you want to get into game development, you probably should just use an engine that is already working, like Unity. I do not have experience in that area, so I don't know which one would be the best for you. For building apps, I also recommend using some framework proven to work. Check out Phonegap, it allows you to develop apps using HTML, CSS and JavaScript, which are taught here on Sololearn.
27th Mar 2017, 12:53 PM
Tob
Tob - avatar
+ 1
wow thanks for telling me all that info i am willing first to learn about problems solving
27th Mar 2017, 12:55 PM
Adam
0
my dear you just gained knowledge here but not completed it is just basic so you will practice on this coding. also you can watch online videos like how to make simple calculator or program in cpp. etc
27th Mar 2017, 12:08 PM
Adil Shafiq
Adil Shafiq - avatar
0
thanks ill do my best any suggested websites?
27th Mar 2017, 12:12 PM
Adam
0
also try yourself in coding like if someone tell you write a program that can show your family tree and also you can add delete change family member,.. so first of all you can plan on chart i mean make a flow chart that how many switch statement or condition variable etc will be use in this program etc .. if i tell you write a program that will take a data of techer name teacher subject and show also a student data and show list of student with information like name class no etc .. or write a program that will take some sort of data of a book i mean if you wanna to make a list of book i mean book name price and publisher etc so can you make using class and obj...
27th Mar 2017, 12:14 PM
Adil Shafiq
Adil Shafiq - avatar
0
you can also make a student list using data structure in cpp
27th Mar 2017, 12:15 PM
Adil Shafiq
Adil Shafiq - avatar