Sorry, for being a bit of a newb when it comes to programming. I've been working towards learning c++ and programming in general on my own with CodeBlocks, and it's been pretty fun so far.
But recently I find myself with an issue in Codeblocks 10.05, where the code seems to run exponentially slower on a Windows 7 64-bit machine, as opposed to the blazing fast execution on an half decade old 32-bit WinXP machine. For example the XP Machine will fully execute the code to completion in 15-20 seconds, whereas the Win 7 Machine might take upwards of 225 seconds.
I'm not really sure how to improve the performance. I did try to use one of the more recent 'nightlies'. Strangely enough, it ran pretty fast on the Win 7 machine at first, but then slowed to the usual crawl, and never repeated the fast start again on subsequent runs.
Any help would be appreciated.