Code:#include <cstdlib> #include <iostream> #include <time.h> using namespace std; int main(int argc, char *argv[]) { char *count="HOw Are you"; for (count<100); cout<< count<<endl; cin.get(); return EXIT_SUCCESS; }
i got an error during compilation, please help. What i ma trying to do is let the program prints out 100 "how are you"



LinkBack URL
About LinkBacks




I used to be an adventurer like you... then I took an arrow to the knee.
CornedBee