What is the best compiler for C, C + + to win32 APIwin32 API
Page 1 of 1
10 Replies - 3549 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
What is the best compiler for C, C + + to win32 API ?
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
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
#4
Re: What is the best compiler for C, C + + to win32 API
Posted 11 December 2010 - 10:50 AM
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
_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:
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
#8
Re: What is the best compiler for C, C + + to win32 API
Posted 11 December 2010 - 11:37 AM
#9
Re: What is the best compiler for C, C + + to win32 API
Posted 11 December 2010 - 04:05 PM
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
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
|
|

New Topic/Question
Reply




MultiQuote





|