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.
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.
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).