Click to See Complete Forum and Search --> : how to improve my cpu performace using vc++


nasru
March 15th, 2009, 12:08 PM
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

TheCPUWizard
March 15th, 2009, 12:56 PM
Please stop wasting peoples time by creating duplicate posts. Please ask a moderator to delete this thread.

golanshahar
March 15th, 2009, 04:12 PM
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