|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: C Programs
I am not familar w/ C++ Builder but if it is a windows IDE(Intergrated Development Environment) and you are executing the code through the IDE, the code may actually be working properly. It may be that the code is just executing so quickly that the output flashes too quickly. If this is the case, you should be able to go to a ms-dos window and run the executable from there and see the output. I have found that when I have used similar IDEs that it is easier to test the output from a ms-dos window rather than the IDE, that is of course if you do not need the advanced features of the IDE for debugging purposes, such as variable and stack views and step- through functions. Hope this helps. Jason Brunson ------------------------------------------------------------ i've just aquired C++ builder dowload (no manual) i have some books though; when i try to write some code i cant see the output when i try to see the output. im using c code (im startin in c maybe try both at same time) but i want to use builder and i need a little direction. i have turboc(2.0) and that seems to use c code fine. ================================================================= The GameProgrammer.Com mailing list is for the open discussion of any topic related to the art, science, and business of programming games. This list is especially tolerant of beginners. We were all beginners once To SUBSCRIBE or UNSUBSCRIBE please visit: http://gameprogrammer.com/mailinglist.html
|
|