Thread: simple program for my school project. PLEASE HELP! :(

  1. #1
    Registered User
    Join Date
    Mar 2016
    Posts
    5

    Exclamation little help needed for a simple program

    hello! i just started studying c programming. and i really need more information about it.
    i currently have a school project to create a tic tac toe game using dev c program. can anyone be kind enough to help?
    a little explanation would be helpful(than just sending the full code of the program)

    many thanks!!!
    Last edited by lmaea; 03-13-2016 at 07:50 AM. Reason: misinterpretation

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    A little explanation, like, you want us to guide you through the game making process? Isn't that something you're supposed to learn? Let's see:
    1) Decide what will the program do, in detail.
    2) Decide how it'll do it in terms of algorithms and data structures( and/or objects )
    3) Implement the solutions you thought of in step #2
    4) Debug and optimize the program of step #3 until you think it's ready
    Devoted my life to programming...

  3. #3
    Registered User
    Join Date
    Mar 2016
    Posts
    5
    thanks @GReaper! i have seen a few codes for the tic tac toe games. it's just that i have a hard time understanding these codes myself. my classes in programming isn't just going very well and is not teaching me anything. so i decided to study for myself.
    thank you!

  4. #4
    Registered User
    Join Date
    Mar 2016
    Posts
    5
    hi, i would recommend you to visit the site cplusplus dot com, if you want to study and want to be professional in c++ programming. i am also a computer science student and first programming language that i use to learn is also c++ and i learn alot from cplusplus. Believe me that will also be helpful for you. Highly recommended.

  5. #5
    Registered User
    Join Date
    Mar 2016
    Posts
    5
    Thanks a lot for the tip. I've been visiting a lot of sites. Ill go ahead and check out that site you recommend. Thanks again!

  6. #6
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    I thought Bloodshed abandoned Dev C++ after 4.992.
    Is it really a good idea for colleges to allow students to use
    such out-dated software?
    Double Helix STL

  7. #7
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    They may be talking about Orwell Dev C++ (I hope so).
    Devoted my life to programming...

  8. #8
    Registered User
    Join Date
    Mar 2016
    Posts
    5
    actually that is what we are using in college right now. i tried using Dev C++ 5.11 but my instructor told me to use the older version. which is kind of confusing.

  9. #9
    Registered User
    Join Date
    Mar 2016
    Posts
    5
    thanks everyone. glad i could find some help here. thanks again!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with my school project!!!
    By Maciek Grodzki in forum C Programming
    Replies: 5
    Last Post: 01-07-2014, 07:53 AM
  2. School Project Help
    By Joshua Hess in forum C++ Programming
    Replies: 9
    Last Post: 02-19-2013, 07:27 PM
  3. School project help
    By blckgoat in forum C Programming
    Replies: 8
    Last Post: 11-14-2011, 06:03 PM
  4. school project help
    By yogai in forum C Programming
    Replies: 8
    Last Post: 09-09-2004, 06:03 PM
  5. Help with School Project
    By jtouron in forum C++ Programming
    Replies: 2
    Last Post: 10-10-2003, 12:27 AM

Tags for this Thread