Hi there fellow reader!
I bought my first C++ book about a year ago, I'm not done with it, been on/off about reading it, but in recent time I've started to read alot more C++ not just the book but also the Cplusplus.com Documentation Here's where I'm at
http://www.cplusplus.com/doc/tutorial/inheritance/.
Tho I've some issues I can't get things to stick in me brain.
Here's a list of issues I'm having, I welcome any suggestion: On how to use them in code, learning exactly what they
are and
do and hoppefully make them stick in my personal memory bank(Brain).
[list]
[*]Pointers
[*]Classes
[*]Arrays
[/list]
Reading the guide CplusPlus documentation and examine the code and write the code doesn't seem to work for me to evolve in my C++ learning curve and I've gone through the same chapter about pointers/class and arrays in my book over and over and still nothing.
Seems to me I'm only comfortable with
cin >>
cout <<
Any tip/suggestion/help is highly welcome, thanks for using abit of your life-span to teach a newbie <3.
(The book I'm reading is a Swedish book 'C++ Direkt Jan Skansholm')