C language
starting to get into programming, learnt a bit of c++ but getting quite confused sometimes.
Should I learn C then learn C++ or just carry on with c++ and give it more time??
cheers
x
C++ is just an extension of C. Depending on the book you're using, learning C beforehand is usually not required because a (Good) book will teach you all you need to learn about C and extend this knowledge by incorperating C++ into it.
C is simpler to work with if you are brand new to programming.