Forum: C++ Oct 28th, 2007 |
| Replies: 5 Views: 4,946 yer adding all the characters to find the total!
i would post wat i have done but i kno it is wrong and i have deleted it over and over again!!!! i have no idea wat i am doing!! |
Forum: C++ Oct 28th, 2007 |
| Replies: 5 Views: 4,946 How do i find the sum of a string within an array? |
Forum: C++ Oct 28th, 2007 |
| Replies: 12 Views: 1,963 |
Forum: C++ Oct 28th, 2007 |
| Replies: 12 Views: 1,963 I have, i done this before i posted this question! it says that the boolean expression is used to test condition to determine when the loop should terminate. The test condition must always involve... |
Forum: C++ Oct 28th, 2007 |
| Replies: 12 Views: 1,963 now the error is
could not convert `students[i]' to `bool' |
Forum: C++ Oct 28th, 2007 |
| Replies: 12 Views: 1,963 studentData studentss[100];
int numberOfStudents = 0;
is that wat u mean by declaration ?? |
Forum: C++ Oct 28th, 2007 |
| Replies: 12 Views: 1,963 i tired but i get this error msg
ISO C++ forbids comparison between pointer and integer \
????? |
Forum: C++ Oct 28th, 2007 |
| Replies: 12 Views: 1,963 How do i terminate a loop.
i have written
for(int i = 0; students; i++)
but it keeps on going forever and will not stop. |
Forum: C++ Oct 27th, 2007 |
| Replies: 4 Views: 584 |
Forum: C++ Oct 27th, 2007 |
| Replies: 4 Views: 584 Hi,
i am having some trouble trying to finish my program!
So far i have been able to load the data from a file into an array! Although now, what i cannot do is use this data. I cannot figure out... |