Which compiler do u use most?
Hello friends,
I am just interested in to know which comiler is mostly used in programmer community.Just share your comments. As i have vc++6 , vc++.Net and gcc, but till now i mostly used vc++6 for several reasons, one of the reason is also that .Net requires windows2000 or higher and then it is needed to have drivers for all PCI/ISA based devices, and we haven't. In coming future, i think i will use vc++.net for most projects.
Friends, It will be better if u also tell which GUI library do use , is it MFC or something else?
Also comment on in case of if u use GNU C/C++ compiler , then which package do use on windows, DJGPP, Cygwin , Mingw32 or any other?
Thanks,
Re: Which compiler do u use most?
Re: Which compiler do u use most?
VC7, VC6 and Green Hills compiler for threadx (RTOS).
Re: Which compiler do u use most?
what about BCC ? (not in the vote ;)
mmh green hills .. that one is good, isn't it ? :)
Re: Which compiler do u use most?
Quote:
what about BCC ? (not in the vote
I thought to write but forgot and submit the post, and latter i didn't find to any way to add option for bcc
sorry, but it is great mistake.
Re: Which compiler do u use most?
Quote:
Originally Posted by thooomy
mmh green hills .. that one is good, isn't it ? :)
Althought its IDE has many features and is excellent for debugging task (similar to thread in Win32) related issue, its UI look-and-feel is still quite weird to me.
Re: Which compiler do u use most?
Quote:
Originally Posted by upashu2
I thought to write but forgot and submit the post, and latter i didn't find to any way to add option for bcc
sorry, but it is great mistake.
It is now there... ;)
Re: Which compiler do u use most?
Re: Which compiler do u use most?
Re: Which compiler do u use most?
Quote:
Originally Posted by thooomy
what about BCC ? (not in the vote ;)
mmh green hills .. that one is good, isn't it ? :)
I am using BCC more often than other one, To be true I even use GNU compilers more often than NET one, but they are also greate. The most funny thing is that the NET compiler has similair architecture of its collections to BCC, so I even think that the Microsoft copy it from BCC, (This idea was used on BCC earlier than on Microsoft compilators) :D
Re: Which compiler do u use most?
Quote:
Originally Posted by Skoons
To be true I even use GNU compilers more often than NET one,) :D
Will u tell me which GUI library u use to make program on GNU compilers.
Re: Which compiler do u use most?
I use GCC mostly, under linux.
Quote:
Will u tell me which GUI library u use to make program on GNU compilers.
Since GCC is most widely used on the *NIX platforms, the 2 main choices for GUI API are the QT (+KDE) API, and GTK+ API. One is for KDE, the other is for Gnome, the 2 major (although certainly not the only) window managers.
On Windows, I would think wxWidgets is the most commonly used GUI API used with GCC. But I think, if one was determined enough, you may be able to get GCC to compile Win32/MFC apps..? It's all C++ after all.
Latem
Re: Which compiler do u use most?
Quote:
Originally Posted by Latem
the 2 main choices for GUI API are the QT (+KDE) API, and GTK+ API. ...
On Windows, wxWidgets is the most commonly used GUI API used with GCC.
Thanks, i was unaware of wxWidgets.
Quote:
But I think, if one was determined enough, you may be able to get GCC to compile Win32/MFC apps..? It's all C++ after all.
Interesting.......;)
Re: Which compiler do u use most?
For a Compiler I usually use either MSVC6 or MingW. Just started playing with ToolKit2003.
For GUI Libs I use my own. If you would like to use them, its avialable at www.martinm.net, part of SpeedBasic.
Packetvb
Re: Which compiler do u use most?
Quote:
Originally Posted by packetvb
For GUI Libs I use my own. If you would like to use them, its avialable at
www.martinm.net, part of SpeedBasic.
Very nice project. I have downloaded it and trying to play with it.