QUOTE(Delta_Echo @ 13 Jan, 2008 - 01:41 AM)

Thanks, but for some reason the executable i created won't execute?
Do i have to specify the type of binary file i want to create?
Ill assume the program is not terminating with a OS given error.
If your working in windows, and your double clicking the built .exe to run it, and you have not set for it to hang around after execution concluded then by all means your application opened a window, executed your code, outputted what it should of, concluded it's execution, and then windows closed the window, but it was done too fast for you to see properly. I suggest you put a break point at the main function's return call and then view the window thats frozen, or do something at the end like a 1 million iteration for loop.
This post has been edited by WXY: 14 Jan, 2008 - 06:05 AM