Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Linux programming
can you or someone else help me with that GCC my MSN is keron.master@hotmail.com
so you have gcc on your computer then?
here's how you use it: type this into the terminal
gcc -o exeName -Wall fileName.c the -o means outfile and the -Wall means enable all warnings
Then you can run it by entering
./exeName there are a lot of other options, and you can look them up in the man files.