Hi, i have run into a problem in passing a string variable to a shelled c++ program. In the case when the string variable has spaces in it the the passed variable is not entirely read.
However, if i can get double quotes into the variable, it should be able to accept it. How does one put quotes inside a string variable?
However, if i can get double quotes into the variable, it should be able to accept it. How does one put quotes inside a string variable?
Comment