Forum: C++ Jul 29th, 2008 |
| Replies: 3 Views: 434 First of all use code tags. Second do not use void main..main has to always return something. Then, what is the program supposed to do and what dont you understand about scanf..what kind of errors... |
Forum: C++ Jun 25th, 2008 |
| Replies: 5 Views: 1,524 Perhaps output to a file then printing the file :) |
Forum: C++ Jun 11th, 2008 |
| Replies: 10 Views: 740 Can you please use code tags and indent your code well for proper reading. I bet alot of people here are not trying to read the code because it is really not easy to read. Stop having the mentality... |
Forum: C++ May 17th, 2008 |
| Replies: 1 Views: 1,557 replace line 11 with this
cin.getline(text,20)
hope that helps |