|
|
|
|
|
by pjmlp
2310 days ago
|
|
Only ISO C++ compliant platforms matter. As having multiple implementations to choose from, that is the beauty of language standards. Abseil and boost do not fall under that umbrella, and I belong to the C++ subculture that never ever touched them, or plans to. |
|
eg. to use an 'int' you just declare one and use it. To use strings, you need to include <string.h>.