Quote Originally Posted by Ulti-Turd
ive used bloodshed, but everytime i use it, and i try to get into more detail in the code, i get errors, one such error was ending the line with ";" ran through the code, and found the line in which the code supposedly had an error, and nothing was wrong.
Using any kind of C/C++ compiler will produce the same errors. It's not the compiler.

A missing ; error is almost always found in the wrong line.. Look at the lines above it, the error is usually there.