Hey all i could use some help
So yeah...
I joined this site for maybe 30 seconds ago, and the reason for that was ive heard this forum was good for "hacking and programming".. =D
So yes, im a 15 year old dude from europe and for about 3 weeks ago i saw about anonymous and read some stuff about coding.. my stepdad is a programmer so since i was like 10 he teached me to "crack" games like CoD and stuff like that..
But yeah now i wanted to start learning real coding, AND I KNOW its VERY hard to learn, but i can do what i want to do, so do you guys know any good ways to learn coding? Right now ive read abit in a book called C for dummies, and its pretty good... but i wanna go more advanced
Right now the only things i can code is like ... (Dont laugh at me xD)
#include <stdio.h>
int main()
{
char name[20];
char adress[20];
printf("Name someone cool you know: ");
gets(name);
printf("Name %ss adress: ",name);
gets(adress);
printf("\nHis name is %s and his adress is %s and hes cool.",name,adress);
return(0);
}
so anyone, where can i start learn more advanced hacking coding stuff!?