

InterviewSolution
1. |
Solve : Calling programs from c++? |
Answer» Im trying to call a program from my c++ program, ive got it to work if i put the program im CALLING in c:/ but if i put it in a folder with a SPACE in its name like 'C:/Program Files' it doesnt see anything after the space, if there is a better way to call programs please let me know. Help will be greatly appreciated. Boy, my eyesight is very bad. Quote system(a); should be system(STRCAT("\"",strcat(a,"\""))) or something along those lines. regardless... WHATEVER is in a should be quoted. |
|