User profile: jem8271

User info
User name:jem8271
Name:Jen
Location:London, UK
Bio:I am a research statistician trying to learn how to write some programs to process large amounts of data.
History
Joined:
Number of posts:11
Latest posts:

line.find_first_of() not finding required text
Hi Kempofighter, Thanks for your pointers. I left out the 0 parameter and added a test for the ...

line.find_first_of() not finding required text
Hello all, Thanks in advance for your attention & time. The code below is meant to put the fir...

extremely large data file and permutations
Thanks to both of you. After having said I didn't think it would be fast enough, last night I tried...

extremely large data file and permutations
Hello, I am trying to work out the quickest way to run a set of permutations. I have a file of...

storing character/string input from ifstream object
Thanks Grey Wolf, I will investigate.