Forum Home
PC World Chat
 
Thread ID: 52619 2004-12-24 15:01:00 code display test Eric (378) PC World Chat
Post ID Timestamp Content User
307196 2004-12-24 15:01:00 [c++]
#include < ; iostream.h> ;


int main()
{
int one ;
int two ;

; font-style:italic ; "> cout < ; < ; " ; one = " ; ;
cin > ; > ; one ;
; font-style:italic ; "> cout < ; < ; " ; \ntwo = " ; ;
cin > ; > ; two ;

two ^= one ^= two ^= one ;

; font-style:italic ; "> cout < ; < ; " ; one new equals " ; < ; < ; one < ; < ; " ; \n" ; ;
; font-style:italic ; "> cout < ; < ; " ; two new equals " ; < ; < ; two < ; < ; " ; \n" ; ;

system(" ; PAUSE" ; ) ;
return 0 ;
}
[/c++]
Eric (378)
307197 2004-12-24 15:03:00 drats !!!! :( Eric (378)
1