Recent content by RuthKom
-
R
C/C++ Understanding C++ Program Inputs: A Beginner's Guide
Thx jtbell I want to know why it starts reading where the first one stopped...- RuthKom
- Post #3
- Forum: Programming and Computer Science
-
R
C/C++ Understanding C++ Program Inputs: A Beginner's Guide
I'm a beginner and currently learning programming by myself. when I read a book I came across an example which I don't quite understand. #include <iostream> using std::cout; using std::cin; using std::endl; int main() { char string1[ 20 ]; // reserves 20 characters...- RuthKom
- Thread
- C++ Program
- Replies: 4
- Forum: Programming and Computer Science