Something to note, while you can build simple apps with Builder, you cannot build 16-bit apps. This means that even a simple "Hello, World" app will be 32-bit app. It will run on a Windows DOS prompt but it will not work on DOS ver. 6.22 or older.
When doing apps like this, I never use the IDE. While the IDE is perfect for Windows apps where you drag and drop components , for non-GUI apps a text editor is better.
Everybody has a favorite editor. I like Multi-Edit which integrates into Builder, Delphi, etc. very nicely. For simple apps, even Notepad will work.
Once you created the file and saved it as a *.cpp file, you need to compile it. If Builder is on you path, you can compile your app from the command line. Just type BCC32, space, your cpp filename, and RETURN.
James P. Cottingham
When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity.
[tab][tab]Albert Einstein explaining his Theory of Relativity to a group of journalists.