Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Quick Sepples!

Name: Anonymous 2012-10-03 2:16

I need a really quick crash course on C++

I have significant CLisp, C and Java experience. Recommend terse but comprehensive tutorials/books on C++. I.e. no bullshit just an explanation of concepts unique to C++.

Name: Anonymous 2012-10-03 2:18

take everything thats wrong with java and add it to C

congratulations on learning c++

Name: Anonymous 2012-10-03 2:26

Congratulations on your first time learning C++!

Name: Anonymous 2012-10-03 2:34

C++ takes C, increments it, and returns the original value.
C++ is to C what lung cancer is to lung.

Name: Anonymous 2012-10-03 2:47

#include <stdio.h>

int main() {
    int c; // undefined shit
    int cpp = c++;
    puts(cpp > c ? "c++ is greater than c" : "c++ is not greater than c");
    puts(c > cpp ? "c is greater than c++" : "c is not greater than c++");
    return 0;
}

Name: Anonymous 2012-10-03 3:18

no one here is going to teach you the language that should not be, if you want to learn C or D then ask away. I suggest you pull out K&R and start with that

Name: Anonymous 2012-10-03 3:23

Name: Anonymous 2012-10-03 4:10

>>4

C++ is to C what a Swiss Army Knife is to a switchblade.

Trying to do anything but systems programming and text manipulation in C is like using a knife as a screwdriver. It won’t work very well, you’ll just end up chewing up the blade, and you’ll probably stab yourself in the goddamn hand.

Name: Anonymous 2012-10-03 4:50

>>8
Nice (wrong) analogy.

Name: Anonymous 2012-10-03 5:09

>>8

text manipulation

lel no. C is only good if you want to have total control of the memory layout, which excludes 99% of all apps.

Name: Anonymous 2012-10-03 16:26

Name: Anonymous 2012-10-03 17:15

>>10
C++ inherits all the faults of C.

Name: Anonymous 2012-10-03 18:09

take C and crap all over it. congratulations on using C++!

Name: Anonymous 2012-10-03 18:42

>>12
And then adds more of them

Name: Anonymous 2012-10-03 19:35

>>8
C isn't even good for text manipulation. You're left fucking around with character arrays.

Don't change these.
Name: Email:
Entire Thread Thread List