Yeah, its not entirely scientific, how I have done the tests.. however, for each configuration, I did run them a number of times to verify...
This is interesting. Installed Bloodshed 5.0 beta on WinXP x64.. the results leave both Visual's in the dust - very comparable to execution...
Here is the exact procedure: Windows is installed on your primary disk. Install Linux on a separate partition and/or disk. Be sure to have...
There is another workaround if you don't want to mess with your Windows partitions.. The distro's I have been trying lately (Suse, Novell, RHAT)...
Thanks, Nitro. I have added it to my list. Installed Novell Linux Desktop 9 - has different quirks compared to RedHat - almost wish I...
You are probably right, but the code is exactly the same - in fact I took the code that was modified (very slightly) to work under KDevelop/g++,...
Thanks again. I do see the convenience of using vectors over C - which is why I am experimenting with them now - simple to implement, less prone...
Thanks Spelunk, That's what I figured. I thought of doing it that way - but the problem is, with the custom Vector of a Vector, I can grow...
Thanks Rufus. I will try it out on VS.
Firstly, I am a bit surprised that no-one was willing to give a helping hand with my simple coding question, given the level of expertise that...
Hi Fred, Can you elaborate more on this? When using Globex native stop orders, I can choose stop limit or stop market - and always thought it...
For me, Globex native 'stop market' orders fill at 0.0 to 0.1 slippage (no slippage to one tick slippage) most of the time - however I have...
You might encounter some difficulty using a Windows operating system disk that was packaged with another Dell computer, although I am not 100%...
Thanks, nono - I will certainly investigate Python when time is available. For now, I am going to try to keep pushing on with C/C++. Another...
Cool, thanks. Seems that 3.5 is the latest. http://www.microsoft.com/windowsserversystem/sfu/default.mspx strsep seems to be just fine,...
lnt.reserve(15); now its 3 seconds.. yes, i'm pretty happy. (already had bardata.reserve(55000);) have to learn how to count the lines in...
sorry, 5 seconds (after pushing onto vectors) - still much faster. 2 is without the pushes. 5 is still significantly better than 58..
error C3861: 'strtok_r': identifier not found, even with argument-dependent lookup ..msft always has to spoil all the fun. hope i can get...
holy! so much faster (now that its working) - reads the entire 50k line CSV file in 2 seconds!! it tooks about 58 seconds using strings and...
<i>strtod()</i> is not happy after the string is empty - the inner <i>while</i> loop completes the last iteration before breaking, and...
Separate names with a comma.