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

Explain to me why C++ is better than C

Name: Anonymous 2012-02-08 20:22

Come on, do it.

Name: Anonymous 2012-02-09 8:40

#include <stdio.h>

int main(int argc, char *argv[]) {
    int c;
    int cpp;
   
    c = 0;
    cpp = c++;
    printf("And a winnar is... %s!\n", c > cpp ? "C" : "C++");
}


% cc cvcpp.c
% ./a.out
And the winnar is... C!

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