I'm just a newbie in c++, and as far as i've seen, nobody seems to use the "goto" statement.

Why? is it frowned upon? Are there any problems using it?
Can it be used to replace an "if" or a loop? SHOULD it be used?