Need someone to test my code

Hello everyone!

I need you to test my code and i want to see your results.
With results i also wish to know:
*used compiler and c++ optimization
*32 or 64bit system?
*If results are alot different than mine then vector source code of yours.


My results:
https://forums.alliedmods.net/attachment.php?attachmentid=144992&stc=1&d=1431681163

My c++ optimizations:
https://forums.alliedmods.net/attachment.php?attachmentid=144993&stc=1&d=1431681163

Source code: ( ready to compile, just copy and paste )
http://pastebin.com/UNLpasuh

Thanks!

I've got two ide's: VS 2013 and VS 2015 RC. For VS 2013 I have two compilers: default and 2013 november CTP. Here are my results:
https://goo.gl/N7T6bK

I have intel core i7 laptop, 64-bit, windows 10 preview, I ran in on high performance plan scheme.

And btw. I had to polish your code a little bit. Throw in using declaration, change _tmain to main, _TCHAR to wchar_t.

And please, don't use system():
http://www.cplusplus.com/articles/j3wTURfi/
http://www.cplusplus.com/forum/beginner/1988/
Last edited on
Topic archived. No new replies allowed.