Hello, I am a new C++ programmer (started in mid-June), and I have learned all my "skills" from learncpp.com. And while thumbing threw the index to see what to expect, I realized that the website wouldn't teach me the full language, or most of it. I don't want to look ignorant, I know that C++ is a big thing to learn, I was wondering where I could get a more full C++ learning experience. Like, are there any good e-books or something that I could read? I checked my local library, and they only had one book for programming, and it was for Python. So if anybody could recommend me an e-book, that would be great. I would order a real book, but since I'm strapped on cash, I can't really buy anything right now.
Post Script: I'm not adverse to pirating any material, I'd rather not.
Obtain a book such as C++ Primer/Primer Plus (5th edition). Online tutorials can only get you so far. I would recommend Effective C++ and More Effective C++ by Scott Meyers once you're more advanced.