Thread: Thinking about starting a project??

  1. #1
    Registered User code2d's Avatar
    Join Date
    Nov 2006
    Location
    Canada
    Posts
    87

    Thinking about starting a project??

    I have been working on c programming for about 4 months and I heard that you can get more experiance for working on a project with others.
    The problem is that I want to work on a project that is about one month long.
    I have not found a project I like that is like this (if someone could reference me to one or a website were people start projects that would be greatly appreciated).

    If not I would like to start a project. The only problem is I do not have an idea of a project. (figures lol). If anyone has any ideas for a project that would be great.
    Last edited by code2d; 01-08-2007 at 08:50 PM.
    Compiler in use: MinGW

    OS: Windows ME

  2. #2
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    One of the rules of programming... right after code is twice as hard to debug as it was to write... and no project will take the amount of time that it is initially thought to take.

  3. #3
    Registered User code2d's Avatar
    Join Date
    Nov 2006
    Location
    Canada
    Posts
    87
    I never even thought of that...hmmm.

    Even if its shorter I dont care. I just want to learn lol.
    Compiler in use: MinGW

    OS: Windows ME

  4. #4
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    Shorter...heh

    If you are a gamer or something try decoding the save file, I found that pretty fun when I did that on the Diablo 2 save file, though it did take more than a month to get the item format working 100% (I still get rounding errors in comparison to the in game numbers)

  5. #5
    Registered User code2d's Avatar
    Join Date
    Nov 2006
    Location
    Canada
    Posts
    87
    I was a gamer for a long time so... no longer. It is a good idea though. Im not shooting it down
    but I was thinking of something different....Something that a comman computer user would use.

    I have one idea possibly after thinking for a while. If there is not something like it maybe a super simple lightweight web browser for people starting out with computers....

    Any more suggestions????
    Compiler in use: MinGW

    OS: Windows ME

  6. #6
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465
    Patty cake patty cake baker's man. Bake my a cake as fast as you can. Throw it in the oven, stick it on the grill, have a cup of tuna it'll give you quite a chill.

    Edit: I got a good one. Do something that involves a play on the term 'fly fishing'. I can think of several.
    Last edited by Tonto; 01-08-2007 at 10:39 PM.

  7. #7
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > Do something that involves a play on the term 'fly fishing'
    Old UK'er's only
    http://en.wikipedia.org/wiki/J.R._Hartley
    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.

  8. #8
    Insane Game Developer Nodtveidt's Avatar
    Join Date
    Nov 2006
    Location
    Isabela, PR
    Posts
    105
    When I'm at a loss for ideas, I usually try to think of a game that would be easy to make. There's all kinds of simplistic games you could do to test your skills. You could even do something as basic as a console-based Space Invaders clone.
    Code:
    cout << "Language comparisons are dumb";
    echo("Language comparisons are dumb");
    PRINT "Language comparisons are dumb"
    alert ("Language comparisons are dumb")

  9. #9
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    If you want somthing rather challenging, look around you. You could try to simulate real-world objects, like a ATM or an elevator. They would take a fair bit of planning on pen on paper mind. If you chose say the ATM, think about the classes / structs it would involve. Eg: screen, withdraw, deposit ect.
    Double Helix STL

  10. #10
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    If you are interested in developing a game you could start with creating small game some thing like maze which is quite straight forward using openGL. That would start you up.

    ssharish2005

  11. #11
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    I have no motivation outside of book projects and school. Even the book assignments are pretty short and uneventful.

    Edit: I mean to say no inspiration
    Last edited by indigo0086; 01-09-2007 at 11:51 AM.

  12. #12
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465
    As a liscensed doctor, I'd like prescribe a you a life then (not intending to be cruel, butchaknow -- )

  13. #13
    Registered User code2d's Avatar
    Join Date
    Nov 2006
    Location
    Canada
    Posts
    87
    Thx everyone for your suggestions.

    Do something that involves a play on the term 'fly fishing'
    Sorry im totally obliviose. I must be missing something? I dont mean to anger anyone though....
    but I dont understand???

    console-based Space Invaders clone.
    Sorry I dont much like old school games like amyn programmers. It is still a good idea though.

    like a ATM or an elevator. They would take a fair bit of planning on pen on paper mind. If you chose say the ATM, think about the classes / structs it would involve. Eg: screen, withdraw, deposit ect.
    That songs cool... It would take some planning... I would have to remember and record what the screen says. I think the bank would be a little security strucken though...lol!!!
    I code store the amount of money you have in a dat file.
    Compiler in use: MinGW

    OS: Windows ME

  14. #14
    Insane Game Developer Nodtveidt's Avatar
    Join Date
    Nov 2006
    Location
    Isabela, PR
    Posts
    105

    Talking

    Quote Originally Posted by code2d
    Sorry I dont much like old school games like amyn programmers. It is still a good idea though.
    Hrm, ah well...figured it'd be a good one for ya, would test your knowledge of the basics, such as variables and data handling.
    Code:
    cout << "Language comparisons are dumb";
    echo("Language comparisons are dumb");
    PRINT "Language comparisons are dumb"
    alert ("Language comparisons are dumb")

  15. #15
    Registered User code2d's Avatar
    Join Date
    Nov 2006
    Location
    Canada
    Posts
    87
    It is a very good idea. I just dont want to design any bitmaps, I just want something that is pure proggraming.
    Compiler in use: MinGW

    OS: Windows ME

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  2. Problem Displaying a Struct
    By rockstarpirate in forum C++ Programming
    Replies: 16
    Last Post: 05-05-2008, 09:05 AM
  3. starting up a c++ project using visual C++ version 6
    By stanlvw in forum C++ Programming
    Replies: 6
    Last Post: 01-11-2008, 02:02 AM
  4. application project
    By featherflutter in forum C++ Programming
    Replies: 2
    Last Post: 06-26-2004, 11:12 AM