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/*
On Linux, you can read the /proc/cpuinfo file and count the cores.