C++ mini projects

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • paprockfx
    New Member
    • Aug 2007
    • 1

    #1

    C++ mini projects

    hai there,
    i am Gautham.I am very much need of suggestion of an mini project in c++.If anyone has one can u jus forward it to me.Please give me ur suggestions also.
    thankin you,
    Gautham
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Load an array with these values:

    110011011000110 00F1000
    001000100010000 1011011
    110010101111000 0100010
    110101001000011 110100
    111010001010101 0000101
    110100010100010 1010100
    110101000010010 1010100
    110100101010100 0010100
    010000010010100 1100010
    101S11000010100 0100001

    Display the array.
    Locate the S and change to an *
    Move the * to the F a position at a time. 1 is blocked 0 is open.
    Re-display the array after each move.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by weaknessforcats
      Load an array with these values:

      110011011000110 00F1000
      001000100010000 1011011
      110010101111000 0100010
      110101001000011 110100
      111010001010101 0000101
      110100010100010 1010100
      110101000010010 1010100
      110100101010100 0010100
      010000010010100 1100010
      101S11000010100 0100001

      Display the array.
      Locate the S and change to an *
      Move the * to the F a position at a time. 1 is blocked 0 is open.
      Re-display the array after each move.
      Ah! Now I get it! After a first read I didn't notice the 'F' and 'S' signs in all that
      binary blubber and I had no idea what you were talking about. Nice little project
      indeed; maybe as a complementary little project the creation of a maze can be
      considered?

      kind regards,

      Jos

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by JosAH
        ..
        indeed; maybe as a complementary little project the creation of a maze can be
        considered?

        kind regards,

        Jos
        After completing that first part properly, it'll only be a small extension.

        Comment

        • JonLT
          New Member
          • Jul 2007
          • 41

          #5
          topcoder.com has a lot of these small tasks

          Comment

          Working...