how to read value directly into variable rather than buffer
|
Go4Expert Member
|
|
| 20Nov2007,11:26 | #1 |
|
Can anyone tell me what r the various function are available in c and C++ that read value directly into variable rather than buffer and please also give me some examples of these methods.
|
|
Go4Expert Founder
|
![]() |
| 20Nov2007,17:28 | #2 |
|
What is the difference between the two and can you please clarify what you mean by buffer and variable.
|
|
Go4Expert Member
|
|
| 21Nov2007,10:55 | #3 |
|
first thing is that when we run a program it goes in to buffer. so that CPU can execute it fastly. and when ask for value from user, the value first goes into buffer and after pressing enter it goes into variable.
bcoz buffer had limited size so when buffer overrun. In that case compiler gives error. |
|
Go4Expert Founder
|
![]() |
| 21Nov2007,17:37 | #4 |
|
But the buffer size is the variable size and so if you have sufficient variable size then you will not have the problem of overflowing.
|

