User profile: vlad from moscow

User info
User name:vlad from moscow
Website:http://cpp.forum24.ru
Bio:You can meet me at http://cpp.forum24.ru
History
Joined:
Number of posts:4757
Latest posts:

infinite loop
What is the problem? Invalid input means that instead of a number some other characters will be ent...

infinite loop
The simplest way is to assign 0 to value inside the external loop [code] do { v...

infinite loop
Think about when the control will exit this loop [code] if (value != 0 && value...

I need help with a Assembly code. I know this is a C++ forum, but if anyone can help me I would very much appreciate it.
If I remember you can use command LA instead of MOV. For example MOV AL,X ; Move X into AL [b]LA ...

Variable not initialised
I wonder how many times should be pointed out you that this statement int Total=Die1 + Die2; /*Tota...