User profile: ak555

User info
User name:ak555
Name:ak
History
Joined:
Number of posts:5
Latest posts:

variable type
Is there a type of variable that retains its value even after the program is closed and opened again...

normal operations using c++
can a program be created using normal c++ to perform general operations on the computer like deletin...

Mastery - Give me a hurdle?
what does "performs an XOR 0xFF on every bytes" mean? I know XOR but whats 0xFF

why main can't be void
why return type of main can't be main

Not sure if this is right
while((toupper(UserResponse) != 'Y' || toupper(UserResponse) != 'N') && count <= 2) you missed pare...