User profile: Hantago

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:Hantago
History
Joined:
Number of posts:2
Latest posts:

Caesar Cipher
[code]getline(cin,word); for (int i = 0; i <= word.length(); i++) { if (word[i] >= 'M' && word[i] <=...

Class type redefinition error. How can I fix this?
[quote]Visual Studio 2015 gives an error saying Debug Assertion Failed.[/quote] This is actually a s...