Results 1 to 3 of 3

Thread: How to increase the performance of C++ programs

  1. #1
    Join Date
    Jun 2013
    Posts
    98

    How to increase the performance of C++ programs

    I am pursuing a course in C++. I wrote some sample programs. There is a weird problem. When I run those program they are extremely slow. I am not able to find the reason behind. So I created more and the same issue lies with it. Can anyone help me to increase the performance of C++ programs. What should I do to make them work more faster and better.

  2. #2
    Join Date
    May 2009
    Posts
    543

    Re: How to increase the performance of C++ programs

    Try to reduce your program size. In start make it light. Now slow program are also caused due to hard drive performance. If the drive is performing slow then there is nothing you can do. Also this issue is occur due to infinite loops. Check for that.

  3. #3
    Join Date
    May 2009
    Posts
    529

    Re: How to increase the performance of C++ programs

    There are many ways available by which you can optimized and boost the output of your C++ program. CppClean is a ready to use program for it. Just by using this tool you can find out the flaw in your code and you can fix it instantly. The tool tries to find the issue in C++ source. This is very useful if you are having a really large code. So just try out this tool first and see whether you get any solution or not. Then there are more things available. The tool is just designed to locate issue with code base and to find out the cause of slow programs. Now there are ample of good articles available on the web which can guide you to optimize your programs. You have to refer them properly and note down a different set of points. Ample of time the tool might not work and it will not give you the clear information on the issue. You have to go with manual check with each and everything. For newbies this is really complicated to while for advance users with simple hint then can instantly locate the problem and fix the issue.

Similar Threads

  1. Replies: 7
    Last Post: 23-12-2011, 12:56 PM
  2. How to increase Graphic Draw performance?
    By Sanju!Ekta in forum Windows Software
    Replies: 6
    Last Post: 27-07-2011, 11:49 AM
  3. Bulldozer FP Processor: How to increase the performance?
    By Alexus in forum Motherboard Processor & RAM
    Replies: 4
    Last Post: 02-11-2010, 12:59 AM
  4. Does Raid 1 increase performance ?
    By xing in forum Overclocking & Computer Modification
    Replies: 4
    Last Post: 23-09-2009, 11:17 AM
  5. Increase Performance for your PC
    By Honorata in forum Overclocking & Computer Modification
    Replies: 4
    Last Post: 21-01-2009, 05:46 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,897,996.94907 seconds with 17 queries