what can mingw do for me?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
if you are talking about MFC, then the answer is no. But you can develop core win api applications with it. if you are looking for a good toolkit, try QT from trolltech. it is free for developing non-commercial applications and it supports mingw as a compiler. if you are not lucky with QT, you can hava a look at wxwindows. hope that helps you out. walter