Sintel wrote: » Not qualified yet, but it has to be database theory, I would sooner scratch my eyes out than sit through that again. Yes I know its important, but damn!
Aswerty wrote: » I didn't do computer science in college but I found hating or liking a subject was hugely affected by the quality/personality of the lecturer and how they presented the material. You can have lecturers who go into class and read from a previous lecturers set of notes for an entire module and then you can have lecturers who do their own notes that are updated each year and they teach as opposed to lecture.
RedXIV wrote: » Two aspects which came to mind immediately were pointers in code - I literally spent a year beside mates in college going "seriously....the hell would you use one of these for?!" And then there was data structures where I'm pretty sure I missed a class or something in college because it wasn't until about 3 years later looking at a microsoft exam when it all clicked into place. one of those real moments
Rossin wrote: » java- sucked the life out of me in college, ended up moving course!
CreepingDeath wrote: » If Java was your first introduction into object oriented programming then it might be overwhelming. But it's certainly easier to learn than C++.
doovdela wrote: » Sometimes I wonder why you even need maths for a computer science course? You can get away with ordinary level maths for it and could avoid it if you wanted and just do a language in it. Its the case in UCC and some colleges you can avoid maths and do a language or you must do Maths depends on the course, department and the college.
Skrynesaver wrote: » So how do you size a platform for your code without Big O notation etc...
RedXIV wrote: » Two aspects which came to mind immediately were pointers in code - I literally spent a year beside mates in college going "seriously....the hell would you use one of these for?!"
Sparks wrote: » See, that's why you shouldn't try to pick what you should and shouldn't learn in college while still in college
doovdela wrote: » ?
Sparks wrote: » Because pointers are probably one of the most important features in code. If you don't know pointers, forget ever getting a job working with C or C++ until you do; and those are the two most popular languages in the industry as a whole at the moment, and there's little sign of that changing. And while languages try to wrap them and hide them away, the thing is that if you don't understand pointers, you'll never really understand half the data structures we use, or the language features people are trying to use to replace pointers.