Hi Hue,

A little bit rephrasing the question with a little more input and
elaboration can make dull heads like me understand your english.
Please elaborate with the context and big picture of your problem.
Its pretty hard to get anything out of what you have written.

Regards.


--- In [email protected], "hue" <[EMAIL PROTECTED]> wrote:
>
> Dear C++ guys, 
> 
> Is there  a way to ask C++ read backward, instead of forward, 
> 
> eg, I want to read value for intxx,
> I do 
>   cin>>intxx; 
>   if intxx if not the value I want, how can I ask C++ to spit this
> value out, so when I do 
>   cin>>intyy;      then, I can give this value to intyy.
>   and I don't want to let intyy = intxx; 
> 
> Thanks you guys 
> 
> 
> Hue
>


Reply via email to