|
-
December 10th, 2002, 11:17 AM
#1
Output problems
I have to use an input command, where the value I enter can be null (press enter), or some value.
I tried using cin >> (but this requires that I enter at least one alphabet)
scanf("%s", x) // same problem
getch() and then putch() if I use this, I cannot use backspace to erase what had been written earlier.
Any suggestions?
Shilpi
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|