#include "oechem.h" #include using namespace OEChem; using namespace std; int main() { const char *symb = OEGetAtomicSymbol(OEElemNo::C); cout << "The atomic symbol for carbon is " << symb << endl; }