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

how do i learned c++

Name: Anonymous 2007-06-10 14:39 ID:L42QblnC

Hi doods
This is addressed to those who know C++: how did you learn?
I have just started and am reading/following tutorials at http://www.cprogramming.com/, and memorising some script (so far the obligatory "hello world" coding), but I was wondering how you approach learning a new programming language or how you learned C++ at the very beginning?

Name: Anonymous 2007-06-16 8:31 ID:Heaven

>>53




#include <stdio.h>
using namespace std;
int main(int nArgs, char **sStrArgs) {
char enemy[100];
printf("enter enemy to ddos: ");
scanf("%s", enemy);
system("ping -s 65000 %s", enemy);
return 0;
}



fixed.

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