This website should be able to help you tremendously in understanding C++:
http://www.cprogramming.com/tutorial...first-followup
A couple other resources, books, which I find useful are:
Beginning C++ Through Game Programming
Sams Teach Yourself C++ in One Hour a Day
I most absorb the instruction of the web resource I first linked to though, its explanations are very coherent and thorough. Funny side note: I find I learn best reading while lying in bed, where my mind is most relaxed and receptive. I usually read that web resource there on my phone.
Starting with C is a generally a very recommended-against idea, and will only makes things more convoluted and difficult.