Dear All,
I really love C::B. It's getting time to abandon Visual C++ 6.0 as it is getting outdated, and nobody wants to make the transfer to the .NET misery.
Under Linux I use gcc in C::B, and so far I was also using MINGW gcc under Windows, until I recently got a dual core laptop and wanted to use the two cores to reduce the waiting time of my simulations, and found out that MINGW does not support multi-threading somewhere.
Hence, I am looking for a C++ compiler producing fast executables for long numerical work other than gcc that still allows me to use C::B, and there I came across the Intel compiler on my hard disk (don't want to use the Ms compiler of VC 6.0; don't want to install anything newer from Ms).
In the Build option list, I don't see an entry to tell C::B it should do code generation for a multi-threaded rather than a single-threaded app. Is there any way around this?
Regards, A