Search found 1 match
- Mon Aug 11, 2003 3:38 pm
- Forum: Volume 4 (400-499)
- Topic: 490 - Rotating Sentences
- Replies: 212
- Views: 25450
490 - Rotating Sentences [WA]
I cannot find out what is wrong with my code... can anyone help me and take a look? Many thanks! [c] #include <iostream.h> #include <stdio.h> int main() { char chArr[200][200]; char **chOut; char chIn; int I, J; int K, L; int intLines; int intLongest = 0; bool firstchar = true; //freopen("test_...