how to improve my cpu performace using vc++
im working with a vc++ application and i am having a hp pavilion elite pc-m9561me. with quad pro processor. my application is a big one and it is taking lot of time to execute. even though i have quad pro processor...in the task manager, in the performance tab it is showing 25% cpu utilization only..can some one tell how to write the code for my application in order speed up the process of execution for my program....
thanks in advance...
Nasru
Re: how to improve my cpu performace using vc++
Please stop wasting peoples time by creating duplicate posts. Please ask a moderator to delete this thread.
Re: how to improve my cpu performace using vc++
Quote:
Originally Posted by
nasru
im working with a vc++ application and i am having a hp pavilion elite pc-m9561me. with quad pro processor. my application is a big one and it is taking lot of time to execute. even though i have quad pro processor...in the task manager, in the performance tab it is showing 25% cpu utilization only..can some one tell how to write the code for my application in order speed up the process of execution for my program....
thanks in advance...
Nasru
You should make your software multi-threaded and not the way you seek for help :rolleyes:
Cheers