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
The style of programing in C and C++ are entirely different. C++ is object oriented programing where as C is procedure oriented programing. C++ programing is the best in simulating real-world problems using classes/objects. But, basic concepts like pointers, structures, operators, casting operators, data handling are the same in both.. Sturctures and Classes are similar concept but not exactly.. so you can concentrate on programing using structures, pointers, operators and Memory managment while you are learning in 'C'