Results 1 to 4 of 4

Thread: C++ coding faster?

  1. #1
    Join Date
    Jan 2009
    Posts
    38

    C++ coding faster?

    Hi,

    I want to know if you have any special setting or style of coding that allows you to code C++ programs compile & execute faster?
    I have noticed my programs run very slow. Do you have to comment anything on this?

  2. #2
    Join Date
    May 2008
    Posts
    2,012

    Re: C++ coding faster?

    I think for this what you can do is just go to check the optimization settings on your compiler, or you can try a different compiler.

  3. #3
    Join Date
    May 2008
    Posts
    115

    Re: C++ coding faster?

    Hey please visit this webpage to improve the mathematical calculations

    http://library.wolfram.com/howtos/faster/

    Hope this helps!

  4. #4
    Join Date
    Jan 2008
    Posts
    1,521

    Re: C++ coding faster?

    i think these days its more about performance when u run for example a huge SQL query that need to get results back quickly eg. not take days to generate a report. i once rewrote an oracle pl/sql billing run to C++ it ran 2 hours vs 4 days! it also depends on ur task for example: there’s a company that wrote a process in a delphi app in assembler because when a connection get made they must respond within 10sec else time out.

Similar Threads

  1. java coding
    By unikshegz in forum Software Development
    Replies: 1
    Last Post: 27-10-2010, 01:56 AM
  2. How to use the pop_heap() in C++ coding
    By Garrick in forum Software Development
    Replies: 4
    Last Post: 05-03-2010, 05:28 PM
  3. Help me to use the transform() in C++ coding
    By Tailor in forum Software Development
    Replies: 5
    Last Post: 19-02-2010, 04:17 PM
  4. Help in coding documents
    By Remedy in forum Software Development
    Replies: 5
    Last Post: 11-02-2010, 02:34 AM
  5. Problem with C coding
    By SANDESH49 in forum Software Development
    Replies: 2
    Last Post: 02-09-2008, 01:23 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,560,005.05425 seconds with 17 queries