Thread: projects

  1. #16
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    You still need to narrow down your implementation however: if you want something to interact with, then try to make a brain class that responds to certain input automatically (as a start), and study AI.

    If you want to simulate life, then bust out the medical encyclopedia and start reading. You'll need to polish up on your knowledge of how the human body works before you try anything smart. I would start by giving the "person" a stomach, heart, and lungs. Make sure it can go to the bathroom.

  2. #17
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321
    i don't want to make a graphics API

  3. #18
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321
    do i have to?

  4. #19
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    You don't have to make a graphics API.

    I can't rescue you from doing research, but keep it relevant to your project.

  5. #20
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321
    so, how would i go about making this project?
    Have you made a project like this before?

  6. #21
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    You've been so fantastically vague about what your goal is, I can't say if I've done anything like what you're expecting or not. Either way I don't think I can help you anymore until you come up with a reasonable goal. And you'll still need to study.

  7. #22
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    1 You are using Dev4.80 thjat is a good IDE, but upgrade to 4.992 by going to bloodsheds web site. You will find it better and much more of a user friendly compiler.

    2 You state you wish to begin a proiect about humans..hmmm.. have you read the replys here?

    3 If you have only been coding for a few months, you should start with somthing small. Say like a text adventure game. And learn to split your projects into multiple files. It makes organising your code much simpler, and finding errors is reduced.

    4 If you have a goal in mind, plan it first. Do not jump in at the deep end, you will get lost very quickly, and soon give up without a plan.

  8. #23
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321
    What do you suggest i start with?

  9. #24
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321
    any1?

  10. #25
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321
    so nobody has an idea for me?

  11. #26
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Please ask something specific. It's like asking: "Do you have any idea what game I should do and can you show me how to do it?".
    There have been very good replies here:
    Code:
    have you read the replys here?
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  12. #27
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321
    ok den

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Old VC++ projects
    By geek@02 in forum Windows Programming
    Replies: 1
    Last Post: 03-21-2005, 07:04 AM
  2. Beginner projects
    By MagSteve in forum C++ Programming
    Replies: 4
    Last Post: 05-05-2004, 02:04 AM
  3. Looking for some big C/C++ projects
    By C-Dumbie in forum C Programming
    Replies: 5
    Last Post: 09-16-2002, 12:18 AM
  4. Projects
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 05-01-2002, 12:40 PM