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

 
Hi,guys. I have completed the tutorial here.

Feb 17, 2021 at 4:42am
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!
Feb 17, 2021 at 4:50am
The tutorial here at cplusplus? Then you might want to have a look at "Learn C++".
https://www.learncpp.com/
Feb 17, 2021 at 8:02am
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
Feb 17, 2021 at 11:04am
Feb 25, 2021 at 9:09pm
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.
Feb 26, 2021 at 10:03pm
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 Feb 26, 2021 at 10:03pm
Feb 28, 2021 at 10:27am
Mar 1, 2021 at 6:08pm
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.