User profile: JakOrp

User info
User name:JakOrp
Name:Jack Orpin
Location:United Kingdom
History
Joined:
Number of posts:29
Latest posts:

string to char conversion
This is what i came up with, vivre how would you do it? [code]string word2; ifstream inData2("data...

string to char conversion
Thanks for the info, Is there anything bad about the way Ive done it? or is it simpler or more effic...

string to char conversion
Hi, thanks that seems to work, Its meant to just read a word from a file and then edit a few letters...

string to char conversion
[code]#include <iostream> #include <string> #include <fstream> using namespace std; int main() { ...

string to char conversion
I need to get a word from a file, display it, and then change some letters of that word and then dis...