User profile: AkoTheShadow

User info
User name:AkoTheShadow
Bio:I'm fairly new to C++
History
Joined:
Number of posts:18
Latest posts:

lower case string into upper case string
heh thanks for that one I clearly overlooked that one entirely in my code. I had though I wrote the ...

lower case string into upper case string
My bad that was clearly a typo it should be i like most for loops are -_- stupid on my part but shou...

lower case string into upper case string
[code]#include <iostream> #include <string> #include <ctype.h> using namespace std; string capital...

input file and an array
I made an error in the class definition I wasn't suppose to make it a class object but make the clas...

input file and an array
I have the next set of data: id sold left 619847GBE 641 998 418712IMB 107 867 227451GEM 7...