• Forum
  • Lounge
  • Hi,guys. I have completed the tutorial

 
Hi,guys. I have completed the tutorial here.

Hi,guys. I have completed the tutorial here.
and I believe all that I've learned from here is the basic gramma or syntaxes of components in C++.

Could you recommed me some website with examples to practise my coding?
I wanna study deeper in C++ although I've no idea what I can do with it right now.

Any reply would be appreciated.
Thanks!
The tutorial here at cplusplus? Then you might want to have a look at "Learn C++".
https://www.learncpp.com/
I would recommend a good book on C++.
They usually come with some exercises you can do.
https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
I recommend C++ Early Objects, 9th Edition, by Gaddis, Waters and Muganda. It covers everything up to linked lists, and it has exercises at the end of each chapter.
I've no idea what I can do with it right now.

Stroustrup has an (obviously) incomplete list of projects developed with C++:
https://www.stroustrup.com/applications.html
Last edited on
OP,
If you want ideas on what you can do with C++, I like using it to store data structures in binary files (.dat) for emailing to people, because that way the government can't read them and spy on you (of course, I also encode the data with a special method of my own invention, inspired by the Lord Peter Wimsey novel Have His Carcase).

Hope that gives you some ideas!
max
Topic archived. No new replies allowed.