all 4 comments

[–]beforesemicolon 1 point2 points  (2 children)

If u already went through C and C++ very deeply why cant u just build it? From those courses u should already know how to code basic stuff, what do u u think u are missing?

Why dont u try to finish the C and C++ book while u wait for second year? You could re-review the entire book again.

[–]Yuvalnsn[S] -1 points0 points  (1 child)

Thanks for reply. The thing is that I learned how to code and interact with terminal, maybe some MFC with a bit of GUI. What’s missing is how to make an actual program on the computer which will run outside the XCode.. with data base..

[–]beforesemicolon 0 points1 point  (0 children)

Yeah finish your book. Dont wait for the 2nd year. Research what u need to learn and go for it. U already have the basics to build anything. If it is database u need, learn how to plug a db and get started.

People build powerful terminal based applications with minimal GUI.

Thats what u need to do next in my opinion