Open Side Menu Go to the Top
Register
Any C experts out there Any C experts out there

04-11-2012 , 01:56 PM
Quote:
Originally Posted by gaming_mouse
+1 to this. i wish i had learned high-level programming first. beginning with C is an archaic educational model imo.

it's like, if the final goal is to be an awesome racecar driver, you should get in a car and start driving on day one, not learn about how engine's work first.
My univ started us out with C++ (computer sci 1 & 2), and I've heard numerous times that it by far harder than the other two.. I guess it will prep me for using C# in industry? =\
Any C experts out there Quote
04-11-2012 , 02:25 PM
Quote:
Originally Posted by checkm8
My univ started us out with C++ (computer sci 1 & 2), and I've heard numerous times that it by far harder than the other two.. I guess it will prep me for using C# in industry? =\
Well the oop features of course applies in C# as well, but there are greater differences between C++ and C# than there is between C# and Java. But learning C# after you've learned C++ should be fairly simple
Any C experts out there Quote
04-12-2012 , 06:04 PM
Quote:
Originally Posted by checkm8
My univ started us out with C++ (computer sci 1 & 2), and I've heard numerous times that it by far harder than the other two.. I guess it will prep me for using C# in industry? =\
yeah C++ is much more complex than C and much harder and less pleasant to work with than Java, I assume the same is true of C#. With C++ you get all the learning curve of OOP, but still have to manage your memory. Plus it's just a massive language with so many facilities. It's really sort of ridiculous to learn as a first language in this day and age.
Any C experts out there Quote

      
m