CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2009
    Location
    Pune, India
    Posts
    14

    Examples of CPU intensive, memory intensive, I/O intensive C code required

    Can someone please post c codes which are either memory intensive, cpu intensive or I/O intensive , atleast 1 example of each, And please keep the codes as small as possible....

    Thanks and regards
    Shivam Sharma

  2. #2
    Join Date
    Nov 2008
    Location
    England
    Posts
    748

    Re: Examples of CPU intensive, memory intensive, I/O intensive C code required

    Please read the FAQ to see why we wont do your homework for you.
    Get Microsoft Visual C++ Express here or CodeBlocks here.
    Get STLFilt here to radically improve error messages when using the STL.
    Get these two can't live without C++ libraries, BOOST here and Loki here.
    Check your code with the Comeau Compiler and FlexeLint for standards compliance and some subtle errors.
    Always use [code] code tags [/code] to make code legible and preserve indentation.
    Do not ask for help writing destructive software such as viruses, gamehacks, keyloggers and the suchlike.

  3. #3
    Join Date
    Sep 2009
    Location
    Pune, India
    Posts
    14

    Re: Examples of CPU intensive, memory intensive, I/O intensive C code required

    I am not asking u to write down the whole code u can simply tell like the algorithm for Optimal binary search tree is CPU intensive or some other sort is memory intensive.... I am just asking you to write down a few examples

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured