171 reputation
6
bio website linkedin.com/in/stevejpurves
location Newcastle upon Tyne, United Kingdom
age 39
visits member for 1 year, 11 months
seen Apr 24 at 20:56
stats profile views 9

Apr
11
comment SEH exception when using googlemock
I have found the issue in my test program. I have googlemock built with _SECURE_SCL=0, to match the code base I am trying to use it on for real. Compiling this with the same setting, and it runs OK. Great for this test program but it means the SEH expection raised on my real code is still out there :(
Apr
11
comment SEH exception when using googlemock
@CaptainObvlious If its working for you and I am still getting the exception, then maybe its compiler settings. I am building x64....
Apr
11
comment SEH exception when using googlemock
@metal, there was inconsistency between the code posted and the console output, my attempt to make more readable before posting, which I have cleaned up now.
Apr
11
revised SEH exception when using googlemock
added 106 characters in body
Apr
11
awarded  Student
Apr
11
asked SEH exception when using googlemock
Apr
2
answered GET Method Parsing
Mar
25
answered How do I format datetime in rails?
Feb
4
awarded  Commentator
Feb
4
comment Node.js + Processing(.js)
does Processing.getInstanceById('pippo') succeed in returning an instance?
Feb
4
comment Issue with Jquery and Background Position
your animations appear to work for me in Chrome 24.0.1312.56
Jan
9
revised Testing some classes in C ++
using "\n" is odd if you just want the end the line. endl will do the right thing and make sure the line is pushed to display
Jan
9
suggested suggested edit on Testing some classes in C ++
Jan
9
comment Testing some classes in C ++
@Jesse in this piece of code, just consistency. Double quotes are used throughout, but I see your point; \n is a single char. endl as mentioned is probably better them both though.
Jan
9
comment Testing some classes in C ++
actually I'd go with "\n"
Jan
8
answered Checking times with regular expressions
Jan
8
answered jquery ui slider value avoid truncating to 5 decimal places
Jan
4
answered What Is “the Interface” And How Do I Program “Against” It?
Jan
3
answered Simulating a network video transfer using my home devices
Jan
3
awarded  Critic