Advertisement

Can I start programming Demos with any C/C++ Compiler?

Started by July 31, 2001 02:52 PM
2 comments, last by Doc_Holiday 23 years, 6 months ago
Can someone answer me that Question? Do I need Visual C++ or can I also use Borland C++ ? Take care Doc
To anwser your question - yes!

Choose the delvelopment enviroment that works best for you. There are also some good free compilers on the net. As long as there ANSI standard you should be ok. I personally think Microsoft has it all over Borland, but that''s my humble opinion. (I also was able to get the full Developer Studio professional edition for $100 - fully licenced! - so I''m a little biased :-P ). Unfortunitly I have to use the unix KCC compiler at work and have to deal with Makefiles! DOH!

Have fun
Roach
Advertisement
you can use any compiler you want to

there are just SOME things that are compiler dependant, so if you use code for VC++ in boreland you may get a few errors
Well thanks for the answers,then i will youse the free Borland compiler, cause I m a poor pupil :-(

Could someone tell me sites were I can ind good tuts for programming demos?

Thx take care Doc

This topic is closed to new replies.

Advertisement