New to C++ but hoping for more

I have just started to learn C++. By now I am at pointers. I am hoping to finish basics at the end of October or sometimes this month. There's just one problem I can't code anything. I can make simple programs using cin and stuff but I really wanna get my hands dirty and actually make the programs I want to make. is this because I haven't finish the basics yet? Or I'm missing out on something. Also if you guys can please post some programs I am able to make by reaching pointers. I am really looking forward to becoming a actual coder and learn more about computers. I want to use the C++ language like a regular language like English.
It's fluent and simple. If I have to start the C++ documentation over I will.
Share some tips for me and solve my problems.
Last edited on
Basically, you can do anything with the standard libraries as long as what you want to do involves manipulating files and little more. If what you want to do involves graphics, or any other OS controlled part of your computer you need to learn the appropriate 3rd party libraries.
Topic archived. No new replies allowed.