No output from what?
Show us the program that you compiled. Do not re-type it;
copy-and-paste it into your news software (or include the file, or
whatever it takes). Tell us exactly what happened when you ran it.
Windows systems often run programs in their own output windows,
which close when the program exits. If that's the problem, either
find the option in your IDE to keep the output window open, or run
the executable from a command prompt, or, if absolutely necessary,
add an input operation (such as a call to getchar()) to the end of
the program to keep it from terminating until you press <enter>.
And read <
http://www.catb.org/~esr/faqs/smart-questions.html>.
--
Keith Thompson (The_Other_Keith) (e-mail address removed) <
http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"