Search:

Type: Posts; User: SilentStrike

Search: Search took 0.02 seconds.

  1. Quote from Bruce Eckel's Thinking in Java. ...

    Quote from Bruce Eckel's Thinking in Java.

    "The only self-expanding sequence in Java 1.0/1.1 was the Vector, and so it saw a lot of use. Its flaws are too numerous to describe here (see the first...
  2. Yeah, that could definitely be a problem. ...

    Yeah, that could definitely be a problem. Fortunetely, all my professors thus far speak English well.

    We have recitations (smaller classes with a TA) once a week which are supposed to help offset...
  3. I am taking physics as well, but I had already...

    I am taking physics as well, but I had already taken AP Physics (looking at the syllabus, I know probably 80-85% of matieral already, but I am weak with waves, and taking the next class without a...
  4. Admittedly, MSVC is the friendliest IDE I've...

    Admittedly, MSVC is the friendliest IDE I've used. Still, it's standard support is crap.

    http://www.flipcode.com/cgi-bin/msg.cgi?showThread=Tip-MSVCFor&forum=totd&id=-1
  5. int func() { for (int i = 0; i < 10; i++);...

    int func() {
    for (int i = 0; i < 10; i++);
    return i;
    }

    It's a scope error in ANSI C++. You don't realize it, because you use the wonderful Microsoft compilers, which the nonstandard for...
  6. Biased professors teaching antiquated crap

    Is this a recurring theme in college?

    In my data structures class (in Java, which is fine by me, memory management is a hell of a lot easier when you don't have to free memory), the teacher said a...
Results 1 to 6 of 6