I don't need a tutor to teach me c++ but I need him to give me assignments or projects. And help me with those projects if possible. Please just let me know if anybody is available. I just want to say that I need him to teach me c++ just to give me projects to do. Thank you.
I'm 15 but very bright and the reason I want to learn as much as I can is because I want to start making and selling programs to company and on freelances sites for a good amount of money. I have been reading books and researching online for information.
You missed the "what you know" point. More specifically, if you're still struggling with pointers and classes and etc., I could try something, but if you already have a year or two of experience and just want to know what would be needed for work, I don't think I could help you much, as I haven't had a programming job yet myself..
On the other hand, it might be better to stay as you are. If you need a project, you can always make a post here "I know ..., ... and ...; I want to learn ...; Suggest a project to work on".
I know the basics types of variables, pointers, functions, classes, switch statements. Could use some help with templattsome help with templates and the libaries which is not spelled right
haha. Thanks.
Well, how about this: write a template container that mimics std::vector, you may ignore allocator and bool specialization, any necessary information you should find in http://cplusplus.com/reference/stl/vector/ . How hard/easy would that be? I've found that reimplementing things is a good way to learn them.