PDA

View Full Version : borland c++ builder 6


Hanamachi
04-29-2006, 12:52 AM
anyone here know how to use borland c++ builder 6 for c++ programming. I have been using dev-c++ , but when i switched to borland i don't know how to run even a simple prog just to output someting simple.


thanks

MattTheMan
04-29-2006, 01:39 AM
Personally I really like Dev-C++, but it's the only c++ compiler that I've ever used. But it's nice since you can attatch files with no pain, and there are a ton of libraries for Mingw/Dev-C++.

Hanamachi
04-29-2006, 01:43 AM
but in dev do u konw how to print the output?
and how can you tell what u typed is outside the page or not?
and they don't have the color coding for different functions, which helps

jamacsween
05-05-2006, 08:42 AM
Hi there,

I use borland for all my programming and have an example on how to get an OpenGL window running in BCB 5 (shouldn't be too much difference for v6).

You can get it here:

http://www.naval-architecture.co.uk/phpbb/viewtopic.php?t=8

Please post comments and improvements on the thread above if it is of use to you.

Best Regards

John

billrobertson42
05-06-2006, 02:49 PM
but in dev do u konw how to print the output?

maybe printf?

Niklas Collin
05-08-2006, 09:36 AM
maybe printf?

Or std::cout if you're programming with C++... (Stay away of C-syntaxes in C++ programming!)

CGTalk Moderation
05-08-2006, 09:36 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.