Tommy Herbert

1,223
Reputation
109 views

Registered User

Name Tommy Herbert
Member for 1 year
Seen Nov 20 at 16:34
Website
Location London
Age 28
Recently moved from academia (AI) to professional software development. Languages: C++, Java, Python, Prolog.
Nov
16
awarded  Notable Question
Oct
15
awarded  Popular Question
Sep
17
awarded  Yearling
Aug
28
revised How do you detect/avoid Memory leaks in your (Unmanaged) code?
Improved clarity, grammar, punctuation and formatting.
Aug
28
revised How do you detect/avoid Memory leaks in your (Unmanaged) code?
Grammar, punctuation and clarity.
Aug
28
answered Processing English Statements
Aug
27
answered How to determine subject, object and other words?
Jun
25
comment Why is the beginning of my string disappearing?
Thanks, Dolphin. A lot of us had been assuming that gcount() returned 5. I don't know why - it seems obvious that it would be 6 now that you've pointed it out. The difference between subtracting 1 from gcount's result and subtracting 2 can't be seen using my posted code, but Naaff's suggested change to the cout line shows it up.
Jun
24
comment Why is the beginning of my string disappearing?
Excellent. Thanks for the explanation. It's what I'd started to suspect. The only remaining question is why Naaff's result differs from mine and T.E.D.'s.
Jun
24
comment Why is the beginning of my string disappearing?
Yes, that makes everything fine. Mysterious though.
Jun
24
comment Why is the beginning of my string disappearing?
vecBuffer.begin() + input.gcount() - 1 makes the weirdness stop, I think because gcount includes the dropped newline character in its total.
Jun
24
comment Why is the beginning of my string disappearing?
That sounds promising. The newline character shouldn't be getting into the string at all, but maybe Notepad's CR+LF newlines are interpreted as a weird instruction followed by a new line. The weird instruction must be to go to the front and then print a space - see the comments to Naaff's answer. Wonder why he couldn't reproduce?
Jun
24
comment Why is the beginning of my string disappearing?
' "rResult = "Test' - which appears to support T.E.D.'s theory.
Jun
24
comment Why is the beginning of my string disappearing?
Oh, hang on, I'll try what you suggested - I hadn't updated before commenting.
Jun
24
comment Why is the beginning of my string disappearing?
Weird: I just did the same and it spat out " est". The "About" box for my installation of Visual Studio has "(SP.050727-7600)" after the version number. So I guess I don't have SP2 installed. Do you think that could be it?
Jun
24
comment Why is the beginning of my string disappearing?
No, no warnings.
Jun
24
comment Why is the beginning of my string disappearing?
Interesting. How did you create the test file? I used Notepad++.
Jun
24
comment Why is the beginning of my string disappearing?
Sorry - they return iterators that point to 'T', not chars as I implied.
Jun
24
comment Why is the beginning of my string disappearing?
Both calls to vecBuffer.begin() are returning 84 ('T').
Jun
24
comment Why is the beginning of my string disappearing?
I'm using Visual Studio 2005 on Windows XP. Could it be something to do with the fact that I'm creating my test file in a Windows environment, and the newline is therefore made out of two characters?
Jun
24
asked Why is the beginning of my string disappearing?
Jun
18
comment With CDatabase, can I send SQL without using CRecordSet?
Don't have time to test this at the moment, but it looks like the right thing so I'm accepting it on trust. Thanks very much. His name was Bobby, not Johnny, by the way.
Jun
12
revised Interactive Fiction : what are the existing tools and programming language ?
Fixed grammar, spelling and punctuation.