Click here to Skip to main content
15,890,690 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Failed to play .mpg file with directshow Pin
Sauro Viti22-Oct-10 2:17
professionalSauro Viti22-Oct-10 2:17 
AnswerRe: Failed to play .mpg file with directshow Pin
Chesnokov Yuriy22-Oct-10 2:22
professionalChesnokov Yuriy22-Oct-10 2:22 
GeneralRe: Failed to play .mpg file with directshow Pin
Sauro Viti22-Oct-10 2:30
professionalSauro Viti22-Oct-10 2:30 
AnswerRe: Failed to play .mpg file with directshow Pin
Chesnokov Yuriy22-Oct-10 2:52
professionalChesnokov Yuriy22-Oct-10 2:52 
QuestionC Compilers which one to choose for performance Pin
Anurag Gandhi21-Oct-10 22:41
professionalAnurag Gandhi21-Oct-10 22:41 
AnswerRe: C Compilers which one to choose for performance PinPopular
Sauro Viti21-Oct-10 23:22
professionalSauro Viti21-Oct-10 23:22 
GeneralRe: C Compilers which one to choose for performance Pin
Anurag Gandhi22-Oct-10 1:22
professionalAnurag Gandhi22-Oct-10 1:22 
GeneralRe: C Compilers which one to choose for performance Pin
Sauro Viti22-Oct-10 1:56
professionalSauro Viti22-Oct-10 1:56 
Then the Intel C++ compiler could not be the right one: there exists a free version of it, but only for Linux and as long as you use it for not commercial purposes.

On Windows you can use the Visual C++ Express Edition: it's free for both commercial and not-commercial uses. The Express Edition doesn't ship with ATL nor MFC, but you said that you don't need them. I know for sure that the Express Edition doesn't support the OpenMP libraries; however it's a very good optimizing compiler, and the Visual Studio debugger is claimed to be one of the best available.

You can also try any of the GCC ports (MinGW and Cygwin); as I know they support both the C89 and C99 standards (the Visual C++ only supports the C89) and the OpenMP too. I heard that GCC has a variety of switches that affect the optimizations done and that exists an open-source project that analyze your application to find out the best switches configuration to use (but I don't remember its name).

Another option could be the Open Watcom: the Watcom C/C++ compilers are born in the 80s as commercial/closed source product and has been one of the best compilers until the end of the century; in the 2003 has been released to the open source community that continued its development since now.
GeneralRe: C Compilers which one to choose for performance Pin
Anurag Gandhi22-Oct-10 2:07
professionalAnurag Gandhi22-Oct-10 2:07 
GeneralRe: C Compilers which one to choose for performance Pin
Sauro Viti22-Oct-10 2:26
professionalSauro Viti22-Oct-10 2:26 
GeneralRe: C Compilers which one to choose for performance Pin
Joe Woodbury23-Oct-10 11:34
professionalJoe Woodbury23-Oct-10 11:34 
AnswerRe: C Compilers which one to choose for performance Pin
Aescleal21-Oct-10 23:27
Aescleal21-Oct-10 23:27 
AnswerRe: C Compilers which one to choose for performance Pin
Paul Michalik23-Oct-10 22:53
Paul Michalik23-Oct-10 22:53 
GeneralRe: C Compilers which one to choose for performance Pin
Anurag Gandhi24-Oct-10 0:52
professionalAnurag Gandhi24-Oct-10 0:52 
QuestionException occur sometime when i m trying to stop thread. Pin
Le@rner21-Oct-10 21:53
Le@rner21-Oct-10 21:53 
AnswerRe: Exception occur sometime when i m trying to stop thread. Pin
Aescleal21-Oct-10 22:04
Aescleal21-Oct-10 22:04 
QuestionRe: Exception occur sometime when i m trying to stop thread. Pin
David Crow22-Oct-10 2:55
David Crow22-Oct-10 2:55 
AnswerRe: Exception occur sometime when i m trying to stop thread. Pin
Le@rner22-Oct-10 19:38
Le@rner22-Oct-10 19:38 
GeneralRe: Exception occur sometime when i m trying to stop thread. Pin
David Crow23-Oct-10 3:47
David Crow23-Oct-10 3:47 
QuestionHow can set some minimum size of SDI application? Pin
Le@rner21-Oct-10 21:16
Le@rner21-Oct-10 21:16 
AnswerRe: How can set some minimum size of SDI application? Pin
Hans Dietrich21-Oct-10 21:59
mentorHans Dietrich21-Oct-10 21:59 
GeneralRe: How can set some minimum size of SDI application? Pin
Le@rner21-Oct-10 22:34
Le@rner21-Oct-10 22:34 
AnswerRe: How can set some minimum size of SDI application? Pin
GAJERA21-Oct-10 22:11
GAJERA21-Oct-10 22:11 
QuestionHow can calculate time taken by any function? Pin
Le@rner21-Oct-10 19:56
Le@rner21-Oct-10 19:56 
AnswerRe: How can calculate time taken by any function? Pin
Peter_in_278021-Oct-10 20:21
professionalPeter_in_278021-Oct-10 20:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.