AuthorMessage
Putka
Clone
Posts: 4

whats wrong here ???
Code:

   int main(){
     int stev=0;
     cin>>stev;
     cout << stev << ' ' << hex << stev << endl;
     return 0;
   }

[ edit by moderator, please always use [ code ] brackets ]
Plz just help me
C0D3Z3R0
Pro
Posts: 166

Tell us what are you trying to do and we'll help you to the best we can
vickmaker
Ametuar
Posts: 127

was gonna say, need more of a clue than that m8,
-//v :wink:
Putka
Clone
Posts: 4

Yeah i forgot to ask say this. I have to know what program writes out when u enter in normal numbers like: 10,20,1,2,3,4,5  etc. but program has an error somewhere and  i dont know it.
Thx