Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Diff b/w Copy constructor & Assignment operator Pin
Hamid_RT26-Aug-07 21:00
Hamid_RT26-Aug-07 21:00 
AnswerRe: Diff b/w Copy constructor & Assignment operator Pin
toxcct26-Aug-07 21:18
toxcct26-Aug-07 21:18 
Questioncompilation of UTF-8 in visual cpp Pin
puneet_cha26-Aug-07 20:30
puneet_cha26-Aug-07 20:30 
AnswerRe: compilation of UTF-8 in visual cpp Pin
sGrabert26-Aug-07 22:48
sGrabert26-Aug-07 22:48 
AnswerRe: compilation of UTF-8 in visual cpp Pin
bob1697227-Aug-07 2:04
bob1697227-Aug-07 2:04 
QuestionRe: compilation of UTF-8 in visual cpp Pin
bob1697227-Aug-07 5:03
bob1697227-Aug-07 5:03 
AnswerRe: compilation of UTF-8 in visual cpp Pin
Michael Dunn27-Aug-07 7:05
sitebuilderMichael Dunn27-Aug-07 7:05 
Questionsystem command Pin
IlanTal26-Aug-07 19:50
IlanTal26-Aug-07 19:50 
This has got to be an easy question, but I can't find a place to start.
I want to give a command inside my code.
The problem is when the path has a space in it like c:\Program Files\...
I wanted to use
system(buff) where
buff = "c:\Program Files\myDir\myProg"
This works fine for paths without spaces, but there is something to replace it for paths with spaces.
I just can't remember what it is.

Thanks,
Ilan

AnswerRe: system command Pin
Naveen26-Aug-07 20:00
Naveen26-Aug-07 20:00 
GeneralRe: system command Pin
IlanTal26-Aug-07 20:04
IlanTal26-Aug-07 20:04 
GeneralRe: system command Pin
Naveen26-Aug-07 20:07
Naveen26-Aug-07 20:07 
GeneralRe: system command Pin
IlanTal26-Aug-07 20:16
IlanTal26-Aug-07 20:16 
GeneralRe: system command Pin
Naveen26-Aug-07 20:21
Naveen26-Aug-07 20:21 
GeneralRe: system command Pin
IlanTal26-Aug-07 20:40
IlanTal26-Aug-07 20:40 
GeneralRe: system command Pin
Naveen26-Aug-07 20:48
Naveen26-Aug-07 20:48 
GeneralRe: system command Pin
IlanTal26-Aug-07 21:01
IlanTal26-Aug-07 21:01 
GeneralRe: system command Pin
Naveen26-Aug-07 21:10
Naveen26-Aug-07 21:10 
GeneralRe: system command Pin
IlanTal26-Aug-07 21:43
IlanTal26-Aug-07 21:43 
GeneralRe: system command Pin
IlanTal26-Aug-07 22:30
IlanTal26-Aug-07 22:30 
GeneralRe: system command Pin
Naveen26-Aug-07 22:31
Naveen26-Aug-07 22:31 
GeneralRe: system command Pin
IlanTal27-Aug-07 2:20
IlanTal27-Aug-07 2:20 
GeneralRe: system command Pin
Naveen27-Aug-07 2:23
Naveen27-Aug-07 2:23 
GeneralRe: system command Pin
IlanTal27-Aug-07 2:40
IlanTal27-Aug-07 2:40 
GeneralRe: system command Pin
IlanTal27-Aug-07 3:57
IlanTal27-Aug-07 3:57 
GeneralRe: system command Pin
Naveen27-Aug-07 4:35
Naveen27-Aug-07 4:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.