Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gravity72

    Memory Problem?

    How do you make the formatting look nice? Thanks for your comments. I figured it out how not to make it crash, but I don't know why it doesn't crash now. Although it has to do with: I'm calling Function() from inside itself. I.e.: void Function() { if( 1 ) Function()...
  2. gravity72

    Performance optimization

    All Data Possibilies First, for every aspect of your program you must know the number of operations that are performed. The goal of course is to reduce the amount of operations to a minimum. You do this by testing every possible combination of approaches, by building a program(s) that does...
  3. gravity72

    Memory Problem?

    I have looked over all the commands in the C language and tried many ways to structure this program, but I am having one heck of a time getting it to stop running out of memory. What the program does: Asks you for n inputs. Then, for each input, you designate a character set. The program...

Part and Inventory Search

Back
Top