Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Project Suggestions

Project Suggestions

Scheduled Pinned Locked Moved C / C++ / MFC
question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Archer282
    wrote on last edited by
    #1

    I just finished making a file splitter, and im stumped as to what i should move on to, i would like to do something else with file io, anyone got any suggestions as to what i could make?

    C D 2 Replies Last reply
    0
    • A Archer282

      I just finished making a file splitter, and im stumped as to what i should move on to, i would like to do something else with file io, anyone got any suggestions as to what i could make?

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      A file joiner ? :-) Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder

      1 Reply Last reply
      0
      • A Archer282

        I just finished making a file splitter, and im stumped as to what i should move on to, i would like to do something else with file io, anyone got any suggestions as to what i could make?

        D Offline
        D Offline
        David Crow
        wrote on last edited by
        #3

        When I was in undergraduate school, we did quite a few programs that used stdio as the input, and stdout as the output. We were on a Unix box so piping was a big deal, too. Here are some smaller projects that taught, and at the same time, were easy to implement:* Create a file with random numbers, one per line. Pipe that file through an averager, and a sorter (not the one that comes with the OS).

        • A grading program. Each line of the file should contain the student's name, followed by 0 or more scores, each separated by a vertical bar (or some other easy-to-read character). Pipe that file through a grading program to give each student's average score, and perhaps a letter grade. Sort students by average score.

        • Roman numeral to arabic converter.

        • Palindromes

        • A program that, given a .h or .c file as a starting point, will go through the file and show the #include hierarchy. Each #include encounter will be a "recursive" call. Determine if a circular dependency exists.

        • A program that will determine if a pattern matches an input string.

        • A program that will determine if a number is prime. These are just some off the top of my head.


          "When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups