Forum: C++ Sep 25th, 2003 |
| Replies: 0 Views: 2,416 well i made this little program to help me check my algebra home work it was soppose to be a simple thing so it is badly coded and rushed but something has happened that i dont understand. i have... |
Forum: C++ Sep 19th, 2003 |
| Replies: 1 Views: 2,901 well this is what my program does:
//asks for input for number of gallons
enter the gallons of gas used (-1 to end):
//asks for input for number of miles
enter miles driven:
//then shows... |
Forum: C++ Sep 16th, 2003 |
| Replies: 4 Views: 3,052 i have faced some problems.
1)when -1 is pressed it doesnt exit immediately it finishes the function gas() first.
2)i have to then find the average of all the averages entered. but avg varible... |
Forum: C++ Sep 16th, 2003 |
| Replies: 4 Views: 3,052 i feel stupid now that the sulotion was so simple thanks for ur help that answered my question |
Forum: C++ Sep 15th, 2003 |
| Replies: 4 Views: 3,052 #include <iostream.h>
#include <conio.h>
void gas();
void main()
{
float gal;
while(gal<=0)
gas(); |
Forum: C++ Jul 27th, 2003 |
| Replies: 2 Views: 3,639 hey thanks that was very helpfull its exactly what i need :). |
Forum: C++ Jul 27th, 2003 |
| Replies: 2 Views: 3,639 hey guys i have been studing c++ for a while now. i have learned so much only problem is i find it difficult to apply any of my knowledge. i mean i knwo how to make things but i dont know what to... |
Forum: C++ Jul 6th, 2003 |
| Replies: 16 Views: 5,432 hmm..i find that disturbing. fourth year!? and still no cheese.
well no wonder you dont like your uni.
the best way to motivate a student is for him/her to see her full finished product looking all... |
Forum: C++ Jul 6th, 2003 |
| Replies: 3 Views: 5,688 aaa i'm glad you brought that up.
althought it is very possible. to make it smart enough to have a conversation with a person it will take you along time.
i think this is exactly what you looking... |
Forum: C++ Jul 6th, 2003 |
| Replies: 16 Views: 5,432 no thanks you have been of great help. i really never knew there was such a big difference between c++ and vc++.
today i brought my own vc++ compiler to my school because i wanted the teacher to... |
Forum: C++ Jul 5th, 2003 |
| Replies: 16 Views: 5,432 i did and thats why i'm here i read the site up and down.
and it stated that i should start by something like tetris any way its cool i think i knwo how to get started on it.
thanks anyways |
Forum: C++ Jul 5th, 2003 |
| Replies: 16 Views: 5,432 oops i'm sorry. its in vc++. i need it as simple as possible. its pretty much my first attempt at a game on vc++. i only tryed making games on vb6 before. |
Forum: C++ Jul 5th, 2003 |
| Replies: 16 Views: 5,432 hello i wanted to create a tetris game.
i would really appreciate it tho if some one could roughly outline what i have to do. leave the coding for me i will take care of that. |