#include "oechem.h" using namespace OEChem; int main() { OEMol mol; OEParseSmiles(mol,"c1ccccc1"); return 0; }