Is there a way to determine how many cores a machine has from C/C++ in a platform-independent way? If no such thing exists, what about determining it per-platform (Windows/*
You probably won't be able to get it in a platform independent way. Windows you get number of processors.
Win32 System Information