PDA

View Full Version : QT Classes that can replace System calls



gunturrohith
23rd January 2015, 05:05
hi,

Right now i am using the "SYSTEM CALLS" in my code and i want to replace those with the QT code,
Please tell me what are the classes that are to be used to execute SYSTEM CALLS by the help of QT Clases in QT-4.7.4

thanks in advacne,

Thanks&Regards,
Rohith.G

wysota
23rd January 2015, 06:58
Your request is contradictory. You want to execute system calls without doing system calls? If you already have working code, why change it?