Question and Answer Database FAQ4442C.txt — Creating a non GUI ( console ) applicaion in C++Builder Category :IDE Platform :All-32Bit Product :All-CBuilder, Question: How do I create a regular c++ application with C++Builder? That is, I don't want all the Forms and Buttons (GUI) and such. Answer: This is quite easy, follow these steps: 1) File -> New ... 2) Double click 'Console Wizard' 3) Click 'Finish' You will be given a regular main() function where you can add your code. 3/12/99 3:07:30 PM
Last Modified: 01-SEP-99