immediate exit while loopYou are comparing a char value with a float. You change data type of your SENTINEL or change data t...
Encrypt and DecryptYou cant reverse it ,because you use modulo operator (%) . You cant be sure that , number was bigge...
MSVCR100D.dll is missing errorjust as Athar says Change project settings as "Statically Add Library" ,most probably will solve ...
Menu solutionComparison operator is not [b]=[/b] , it's [b]==[/b] so you better replace = with ==
Memory Exhaustion?[quote]What will happen if I run a program with an infinite loop? [/quote] Most probably, your Oper...