Hi , I been learning c++ for a week now , I learned methods , loops , pointers , how oop works and some other basic stuff , I wanna learn more but i dont find any good online video tutorials so i think its time to get a book but there are alot of books out there which cover different subjects etc , What is the best book to get for my level? My interest in c++ is using it for PC video games trainers programming p.s i already know how to work with assembly.
Use c++ Primer Plus, sixth edition by Stephen Prata. It is a very good book for starters as well as advanced programmers. You may learn a lot from that book :)
Pick an API at random and run with it. I suggest SFML (for it's simplicity) if you're not feeling that confident, Boost::Asio (for its utility) if you have more ambition and\or time. After you choose an API directing you at a resource will be much easier.