My friends
What is the best compiler for C, C + + to win32 API ?
What is the best compiler for C, C + + to win32 APIwin32 API
Page 1 of 1
10 Replies - 3516 Views - Last Post: 12 December 2010 - 12:17 PM
#1
What is the best compiler for C, C + + to win32 API
Posted 10 December 2010 - 06:06 PM
Replies To: What is the best compiler for C, C + + to win32 API
#2
Re: What is the best compiler for C, C + + to win32 API
Posted 10 December 2010 - 06:18 PM
Best at what, being a boat anchor? The "best" anything is very subjective. What I might think is the best you may hate with a passion.
But since you are interested in programming for Win32 you might want to look for a product produced by the producer of the Win32 API.
Edit:Try this link: Visual C.
And like I said the "best" is very subjective, Many people love this compiler, I on the other hand think it is one of the worst.
Jim.
But since you are interested in programming for Win32 you might want to look for a product produced by the producer of the Win32 API.
Edit:Try this link: Visual C.
And like I said the "best" is very subjective, Many people love this compiler, I on the other hand think it is one of the worst.
Jim.
This post has been edited by jimblumberg: 10 December 2010 - 06:26 PM
#3
Re: What is the best compiler for C, C + + to win32 API
Posted 10 December 2010 - 07:10 PM
Microsofts Visual C++ compiler has always served me well.
#4
Re: What is the best compiler for C, C + + to win32 API
Posted 11 December 2010 - 10:50 AM
Thanks
One last question.
Why Visual C _tWinMain (
failure
WinMain (
Why "_t" before WinMain (
One last question.
Why Visual C _tWinMain (
failure
WinMain (
Why "_t" before WinMain (
#5
Re: What is the best compiler for C, C + + to win32 API
Posted 11 December 2010 - 10:58 AM

POPULAR
Quote
Why "_t" before WinMain
_tWinMain resolves to WinMain and wWinMain behind the scenes. Which one depends on whether you choose Unicode or ANSI. The same is true for something like MessageBox. It's a function, but behind the scenes it resolves to MessageBoxA (for ANSI) or MessageBoxW(for Unicode).
#6
Re: What is the best compiler for C, C + + to win32 API
Posted 11 December 2010 - 11:04 AM
Aphex19, on 10 December 2010 - 08:10 PM, said:
Microsofts Visual C++ compiler has always served me well.
I'm with Aphex19, I've always used it and in my opinion it's the best compiler.
Plus the express edition is free.
This post has been edited by Alex6788: 11 December 2010 - 11:05 AM
#7
Re: What is the best compiler for C, C + + to win32 API
Posted 11 December 2010 - 11:27 AM
I've almost always used the Visual C++ IDE to make my games and code other stuff. Can't see much wrong with it.
#8
Re: What is the best compiler for C, C + + to win32 API
Posted 11 December 2010 - 11:37 AM
Microsoft Visual C++, or MinGW.
#9
Re: What is the best compiler for C, C + + to win32 API
Posted 11 December 2010 - 04:05 PM
Thanks Oler1s
I'll save your text to not forget.
I'll save your text to not forget.
#10
Re: What is the best compiler for C, C + + to win32 API
Posted 12 December 2010 - 10:05 AM
Well for an "out of the box" answer:
For strict Win32 development I really like PellesC. It is a C compiler (not C++) however the Win32 API is a C API and so if you are not going to be using a C++ framework nothing is really lost by sticking to strictly C.
Once of the best things about PellesC for Win32 programming is the online documentation which has a plethora of windows win32 samples the actually form a little tutorial.
For strict Win32 development I really like PellesC. It is a C compiler (not C++) however the Win32 API is a C API and so if you are not going to be using a C++ framework nothing is really lost by sticking to strictly C.
Once of the best things about PellesC for Win32 programming is the online documentation which has a plethora of windows win32 samples the actually form a little tutorial.
#11
Re: What is the best compiler for C, C + + to win32 API
Posted 12 December 2010 - 12:17 PM
I forgot to mention NetBeans C++ IDE that I used exclusively on Linux and sometimes on Windows. For me it's the next best thing to Visual studio.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote







|