int main(int argc, char *argv[]){ QCoreApplication* app = new QCoreApplication(argc, argv); QString DirPath = app->QCoreApplication::applicationDirPath(); try { String_value obj(DirPath); } catch (int i) { cout << "Oshibka";} cout << "End" << endl; delete app; system("PAUSE"); return 0;}
C++ (Qt)char *buf = new char[ 100 ];// buf - это конкретный адрес в памяти процесса и при доступе к этому буферу никакой косвенности нет.**buf = 1;