User profile: Dufresne

User info
User name:Dufresne
Name:---
Location:----
Website:http://------
Bio:----
History
Joined:
Number of posts:137
Latest posts:

immediate exit while loop
You are comparing a char value with a float. You change data type of your SENTINEL or change data t...

Encrypt and Decrypt
You cant reverse it ,because you use modulo operator (%) . You cant be sure that , number was bigge...

MSVCR100D.dll is missing error
just as Athar says Change project settings as "Statically Add Library" ,most probably will solve ...

Menu solution
Comparison 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...