User profile: Natako

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:Natako
History
Joined:
Number of posts:19
Latest posts:

I need help on moving one element of an array to the beginning
@mbozzi Rotating the array is fine, but the assignment does not require you to. You can just swap tw...

I need help on moving one element of an array to the beginning
@kemort [code]#include <iostream> #include <string> using namespace std; int main () { string ...

Checking equality for Characters
@FurryGuy Your example does not preserve the original input the user has entered. Better create a te...

Reading Data from a File
@nonana [quote]The file has 100 iterations of the data, and I need to convert it to a comma seperate...

I need help on moving one element of an array to the beginning
This will be an [b]example[/b]. [code]#include <iostream> #include <string> using namespace std; ...