I\'d like my program to read the cache line size of the CPU it\'s running on in C++.
I know that this can\'t be done portably, so I will need a solution for Linux an
On Linux try the proccpuinfo library, an architecture independent C API for reading /proc/cpuinfo