1
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.
2
Name:
Anonymous
2010-06-29 15:58
#include <stdio.h>
int main(){
printf("HAX MY ANUS");
}
hth
4
Name:
Anonymous
2010-06-29 16:12
#include <stdio.h>
int main(){
printf("buy a book")
}
5
Name:
Anonymous
2010-06-29 16:18
#include< <stdio.h>
int main() {
printf("Apocrypha@hotmail.co.uk - help w/ c++")
}
8
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/
9
Name:
Anonymous
2010-06-30 16:24
Seven replies, and nobody has tried to protect
>>1 from his poor decision?
11
Name:
rand(all);
2010-06-30 17:04
UTF8 a stupid question, get a stupid NIST.
12
Name:
Anonymous
2010-06-30 18:05
>>9
>>Implying C++ is a bad language.
14
Name:
Anonymous
2010-06-30 19:11
>>12
No need to imply it. It's common knowledge.
15
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;
}
17
Name:
Anonymous
2010-07-01 19:23
18
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.
19
Name:
Anonymous
2010-07-01 20:48
>>18
I think the best way to use sepples is by rewriting it in C.
20
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.
23
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.
24
Name:
Anonymous
2010-07-01 22:20
>>23
I learned enough of C++ to determine that I completely hate it.
25
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?
26
Name:
Anonymous
2010-07-04 0:04
>>25
Some fags just hate everything MS because their own ignorance and need to join the mob.
27
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.
28
Name:
FrozenVoid
2010-07-04 3:49