Thread: programs to make

  1. #1
    Unregistered
    Guest

    programs to make

    i recently finished my first book on c and need some ideas of programs i could write to help solidify my understanding of the language....

  2. #2
    Registered User mfc2themax's Avatar
    Join Date
    Aug 2001
    Posts
    347
    an operating system
    mfc2themax-Creator of all that is.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Well you could try answering some questions here!

    Being able to explain something to someone else tests your own understanding.

    Or try and solve the problems which get posted here, as an exercise for your own interest. But I would advise against sending complete code to the asker of the question (they'll never leave you alone if they think you're a soft touch).

    Download some simple shareware packages, see what they do, and see if you can do better.

    Idea:
    Use the findfirst/findnext functions to recursively extract all the file information on a disk (names, sizes, dates etc)
    - A histogram of file sizes (number of files vs. file size)
    - A histogram of file ages (number of files vs. file age)
    - A pie chart showing which directory heirarchies contain the most files (by size and by number of files)

    When you get better, volunteer here - http://sourceforge.net/
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Establishing 'make clean' with GNU make
    By Jesdisciple in forum C Programming
    Replies: 9
    Last Post: 04-11-2009, 09:10 AM
  2. How to make a Packet sniffer/filter?
    By shown in forum C++ Programming
    Replies: 2
    Last Post: 02-22-2009, 09:51 PM
  3. Some help with make my programs faster
    By Sshakey6791 in forum C++ Programming
    Replies: 11
    Last Post: 12-11-2008, 01:41 PM
  4. "Cannot make pipe"
    By crepincdotcom in forum C Programming
    Replies: 5
    Last Post: 08-16-2004, 12:43 PM
  5. how to make files
    By quiksilver9531 in forum C++ Programming
    Replies: 6
    Last Post: 02-22-2002, 06:44 PM