hue 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  

Huh?  Please clarify/rephrase.  Perhaps show us example code and sample 
input and how you want the input to actually be processed.

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* MyTaskFocus 1.1
Get on task.  Stay on task.

http://www.CubicleSoft.com/MyTaskFocus/

Reply via email to