I\'ve been learning C at Varsity for just shy of 2months now, and next year we\'ll be moving on to C++.
Are there any habits I should get into with my C programmin
Keep the languages separate.
C and C++ can be appear similar, but they are different languages with different rules for similar constructs. If you can isolate one from the other, all the better.
When switching to C++ be ready to unlearn (learn a different, incompatible method) about: