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

Pages: 1-

C++

Name: Anonymous 2010-06-29 15:55

Can someone teach me C++? I already know a bit of it but I would like to learn more, thanks.

Name: Anonymous 2010-06-29 15:58


#include <stdio.h>

int main(){
    printf("HAX MY ANUS");
}

hth

Name: 2010-06-29 15:58

It's called SEPPLES

Name: Anonymous 2010-06-29 16:12


#include <stdio.h>

int main(){
printf("buy a book")
}

Name: Anonymous 2010-06-29 16:18

#include< <stdio.h>

int main() {
printf("Apocrypha@hotmail.co.uk - help w/ c++")
}

Name: Anonymous 2010-06-29 21:33

>>3
implying that pronunciation and spelling are interchangeable

Name: Anonymous 2010-06-29 22:32

>>6
implying
Please don't do that.

Name: Anonymous 2010-06-30 16:07

I've never read a really good C++ book.

You go a long way with the basics (classes etc.). TMP (ugh) look for Alexandrescu's book perhaps. It's not that good, but the type list was an eye opener for me (I hadn't done lisp at the time).

Guru of the week: http://www.gotw.ca/gotw/

Name: Anonymous 2010-06-30 16:24

Seven replies, and nobody has tried to protect >>1 from his poor decision?

Name: Anonymous 2010-06-30 16:50

>>9
ASCII stupid question, get a stupid ANSI.

Name: rand(all); 2010-06-30 17:04

UTF8 a stupid question, get a stupid NIST.

Name: Anonymous 2010-06-30 18:05

>>9
>>Implying C++ is a bad language.

Name: Anonymous 2010-06-30 18:31

>>12
>>Implying
Back to the imageboards, please

Name: Anonymous 2010-06-30 19:11

>>12
No need to imply it. It's common knowledge.

Name: Anonymous 2010-06-30 21:48

I dunno why you guys are using C functions when he wants to learn C++ !

#include <iostream>

int main(int argc, char** argv)
{
    std::cout << "Hallo, Werld" << std::endl;
    return 0;
}

Name: Anonymous 2010-06-30 23:01

>>15
not using namespace std
Expert Programmer

Name: Anonymous 2010-07-01 19:23

Name: Anonymous 2010-07-01 19:25

>>15
because the best way to use sepples is to just pretend it's c and then figure out how to fix the shit that bjarne fucked up.

Name: Anonymous 2010-07-01 20:48

>>18
I think the best way to use sepples is by rewriting it in C.

Name: Anonymous 2010-07-01 21:01

>>8
Holy god, the stuff on that site is all the reasons why C++ is such a disease.

Name: Anonymous 2010-07-01 21:50

>>17
That's a terrible lie.

Name: Anonymous 2010-07-01 22:09

>>20
Holy god, the stuff on that site is all the reasons why C++ is such a disease.
If only . . .

Name: Anonymous 2010-07-01 22:13

>>20
You don't know C++ too well I see. Don't worry, we'll get on just fine.

Name: Anonymous 2010-07-01 22:20

>>23
I learned enough of C++ to determine that I completely hate it.

Name: Anonymous 2010-07-03 19:22

>>21

It got me through my exams a while ago, I can't really complain. I'm not an experienced programmer though, so I ask: What's wrong with it?

Name: Anonymous 2010-07-04 0:04

>>25

Some fags just hate everything MS because their own ignorance and need to join the mob.

Name: Anonymous 2010-07-04 1:57

>>25
Please read http://yosefk.com/c++fqa/
Read it again and again until you promise to never use Sepples.

Name: FrozenVoid 2010-07-04 3:49

Name: Anonymous 2010-07-04 18:35

>>27
"Can I call C++ code from C code?", the answer is "sometimes".
It is possible if the C++ code exposes a C interface (no classes, NO EXCEPTIONS...)

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