Forum: C Nov 11th, 2006 |
| Replies: 5 Views: 1,965 ok so I changed gets to fgets, however, it's still not working?? What I mean is when I try to enter calculation such as + 3 it goes straight to default in switch function -- "error: unknown... |
Forum: C Nov 9th, 2006 |
| Replies: 5 Views: 1,965 Basically the user enters one of the following + - * / % | < > c q
followed by one or more spaces, followed by an integer, and then the newline key to get the answer and the current vaule is set to... |
Forum: C Oct 23rd, 2006 |
| Replies: 5 Views: 3,859 thank you for your help, except I am not a very bright person, so maybe I did it wrong again, because when I run the program, it runs into an error and basically aborts...
#include <stdio.h>... |
Forum: C Oct 21st, 2006 |
| Replies: 5 Views: 3,859 I am supposed to use get the user input of a filename and then open that file and print to the screen (the first line-- that I will do later), and I can't figure out what I am doing wrong. Thank you.... |
Forum: C++ Jul 27th, 2005 |
| Replies: 7 Views: 4,943 thanks but where do i modify the getline member function? |
Forum: C++ Jul 27th, 2005 |
| Replies: 7 Views: 4,943 i need to write a program that includes student names, test scores, and grades... but the cin.getline doesn't work, it simply skips to the next line... where did i do wrong?
Thanks.
#include... |
Forum: C Jul 17th, 2005 |
| Replies: 19 Views: 15,536 YAY!!! i got it!!! im soo happpyyy :D thank you guys so much!! |
Forum: C Jul 17th, 2005 |
| Replies: 19 Views: 15,536 thanks for the help; there's no error now.
but perhaps im doing something wrong in main because nothing shows up converted ... it's simply blank.
what did i do wrong?
//This program... |
Forum: C Jul 16th, 2005 |
| Replies: 19 Views: 15,536 thanks for the help, i used the function method
it says i have 3 errors
C:\Program Files\Microsoft Visual Studio\MyProjects\ch7case\proper.cpp(29) : error C2039: 'isspace' : is not a member of... |
Forum: C Jul 15th, 2005 |
| Replies: 19 Views: 15,536 what if i want to convert the first letter of each word in the string to uppercase?
help please, thanks |