GIDForums  

Go Back   GIDForums > Computer Programming Forums > C Programming Language
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 16-Feb-2007, 07:48
JBfox JBfox is offline
New Member
 
Join Date: Feb 2007
Posts: 6
JBfox is on a distinguished road

Help with C program Idea


Hello,
I need ideas to make a C project.
For those who would like to know why:
About me: I'm a 16 year old from kid from Israel who majors electronics therefore studying the C language.
I have recieved a task- to make a C program (As useful and entertaining as a program can be) with no less than 150 command lines.
My problem is: I have no idea what project will be about.
So I looked for a C program forum and Viola I found this one.

For those who just help
Will you send me a few ideas, not too complicated though, my knowledge in
C is reasonable enough ++.

Thanks in advance
  #2  
Old 16-Feb-2007, 14:50
mathematician mathematician is offline
Member
 
Join Date: Nov 2006
Location: Shrewsbury Uk
Posts: 131
mathematician will become famous soon enough

Re: Help with C program Idea


Write a program to:

Solve a system of simultaneous equations
Integrate a function using Simpson's Rule
Print the truth table for an arbitrary Boolean expression (typed in)
or write a recursive descent parser
  #3  
Old 17-Feb-2007, 02:21
WaltP's Avatar
WaltP WaltP is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Midwest US
Posts: 3,243
WaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to all

Re: Help with C program Idea


Write a program to aid in solving various equations useful in your other electronics courses. As you go through school you can update the program with additional equations.
__________________

Age is unimportant -- except in cheese
  #4  
Old 17-Feb-2007, 03:05
baccardi baccardi is offline
Junior Member
 
Join Date: Mar 2006
Posts: 44
baccardi is on a distinguished road

Re: Help with C program Idea


write a program that could recognize the words that are spoken on microphone
  #5  
Old 17-Feb-2007, 03:37
mathematician mathematician is offline
Member
 
Join Date: Nov 2006
Location: Shrewsbury Uk
Posts: 131
mathematician will become famous soon enough

Re: Help with C program Idea


Quote:
Originally Posted by baccardi
write a program that could recognize the words that are spoken on microphone

In 150 lines?
  #6  
Old 17-Feb-2007, 03:39
mathematician mathematician is offline
Member
 
Join Date: Nov 2006
Location: Shrewsbury Uk
Posts: 131
mathematician will become famous soon enough

Re: Help with C program Idea


Quote:
Originally Posted by WaltP
Write a program to aid in solving various equations useful in your other electronics courses. As you go through school you can update the program with additional equations.

Provided you don't get into partial differential equations, the Newton Raphson method would be as good as any.
  #7  
Old 17-Feb-2007, 14:54
JBfox JBfox is offline
New Member
 
Join Date: Feb 2007
Posts: 6
JBfox is on a distinguished road

Re: Help with C program Idea


I'm sorry, you must have misunderstood me,
I'm kind of new to C, not that knewm I know sound, graphics and all the normal commands but I can't make programs who record. Yet.
About the lines, not up to 150 lines, but MINIMUM 150 lines.
Now that we're clear about that let's clear a few other subjects.

I've already made a program to solve my physics home work, which is quite usefull, but that program and the equations program are just too simple.
It includes a couple of switches, function calling and much writing (over 400 lines for certain), however, it includes nothing fancy and complicated like sound or graphics in it. I need something impressive so I thought of an idea.

I'm going to make a program which is similar to an old game of mine, I'm sure you're farmiliar with it.

Do you know the game which chooses a random color and you have to mimik the machine.
e.g. the machine chose RED, therefore you choose RED as well.
now your on "level 2", the program will choose RED, GREEN, the user will have to follow RED, followed by GREEN.
If the user got the answer right the program adds another color.
If the user got the answer wrong he starts over, or exits program.
I'm making this program right now. I've already drawn the basic shape.
with each random color the program chooses a sound will be made (according to the color).

I'd say its cute, a little sofisticated, and quite entertaining, isn't it?


Thank you for trying to help me, if you guys will find a better idea, or ideas how to improve it, post it I'll keep watching this forum.
  #8  
Old 18-Feb-2007, 14:19
Euphemism Euphemism is offline
New Member
 
Join Date: Feb 2007
Posts: 12
Euphemism is on a distinguished road

Re: Help with C program Idea


Just a question... You're new to C, but you know how to implement graphics and sound? What programming languages do you already know then?
  #9  
Old 19-Feb-2007, 06:15
JBfox JBfox is offline
New Member
 
Join Date: Feb 2007
Posts: 6
JBfox is on a distinguished road

Re: Help with C program Idea


Quote:
Originally Posted by Euphemism
Just a question... You're new to C, but you know how to implement graphics and sound? What programming languages do you already know then?


A simple answer: None.
But I have an answer that could simplify the fact that I'm new to C and I know graphics and sounds.
I'm a "One Time kid", by that I mean when I see something or hear something, one time is enough for me to understand.
I got my nickname from my father when I was a kid, cause I learned everything so fast.

I've found programming quite easy to handle.
In the near future I will learn more programming languages.

Yours Yonatan
AKA
JBfox.
  #10  
Old 19-Feb-2007, 13:36
WaltP's Avatar
WaltP WaltP is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Midwest US
Posts: 3,243
WaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to all

Re: Help with C program Idea


Then learn the language first. After that learn the advance techniques. Knowing how to fly does not help you walk. And you can't even walk yet, programatically.

Look at it from this standpoint. You just got your first bike. Are you immediately going to try extreme BMX tricks? Or are you going to learn not to fall off it first?
__________________

Age is unimportant -- except in cheese
 
 

Recent GIDBlogToyota - 2008 September Promotion by Nihal

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Text-Based Roulette Game mfm1983 C++ Forum 5 29-Nov-2006 12:20
BOOKEEPING program, HELP!! yabud C Programming Language 10 17-Nov-2006 03:48
Pipeline freeze simulation darklightred C++ Forum 6 27-Jul-2006 19:37
How to read particular memory location ? realnapster C Programming Language 10 10-May-2006 09:11
I have no Idea how to program yumaslim C Programming Language 10 30-Sep-2005 08:44

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 05:34.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.