Because i heard a lot about the free Borland C++ compiler i downloaded it. I've never used anything else than VC++ in my C++ life (never used command line tools) so i want to know if BCC can do something VC++ compiler can't or VC++ is more powerful any way you look at it. Anyway , i am curious how can i compile a windows application using BCC. I've tried "BCC32 -w filename" but unresolved external symbol _main error comes up. Any help is appreciated.