Click here to Skip to main content
15,920,602 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Two strange operations with this pointer. Pin
Michael Dunn15-Apr-03 20:10
sitebuilderMichael Dunn15-Apr-03 20:10 
GeneralRe: Two strange operations with this pointer. Pin
George215-Apr-03 20:11
George215-Apr-03 20:11 
QuestionWill this case cause memory leak? Pin
George215-Apr-03 16:15
George215-Apr-03 16:15 
AnswerRe: Will this case cause memory leak? Pin
Dave Bryant15-Apr-03 16:40
Dave Bryant15-Apr-03 16:40 
GeneralRe: Will this case cause memory leak? Pin
George215-Apr-03 16:53
George215-Apr-03 16:53 
GeneralLooping in C++ Pin
John DeVito15-Apr-03 15:20
John DeVito15-Apr-03 15:20 
GeneralRe: Looping in C++ Pin
Taka Muraoka15-Apr-03 15:29
Taka Muraoka15-Apr-03 15:29 
GeneralRe: Looping in C++ Pin
John L. DeVito15-Apr-03 16:10
professionalJohn L. DeVito15-Apr-03 16:10 
Taka I appreciate the quick response. The Sleep() function is working prefectly thank you. I am having a bit of a time trying to figure out ShellExecute() though. I have the following:

ShellExecute(NULL, "open", "c:\windows\notepad", NULL, NULL, SW_SHOWNORMAL);

Now, if I make it:
ShellExecute(NULL, "open", "notepad", NULL, NULL, SW_SHOWNORMAL);

It works. I guess my question is how do I specify a path? For the final outcome the path to the program is "s:\CoxEdge\coxedge.exe". When I put in full paths, I get warnings aluding to unrecognized escape characters.

Any thoughts?

Again I appreciate it.

Digital Khaos
"Diplomacy is dead. Feel my wrath!"
GeneralRe: Looping in C++ Pin
Taka Muraoka15-Apr-03 16:12
Taka Muraoka15-Apr-03 16:12 
GeneralRe: Looping in C++ Pin
Michael Dunn15-Apr-03 19:39
sitebuilderMichael Dunn15-Apr-03 19:39 
GeneralRe: Looping in C++ Pin
Toni7816-Apr-03 21:45
Toni7816-Apr-03 21:45 
Questiondouble table[][] vs double** table? Pin
Anonymous15-Apr-03 12:46
Anonymous15-Apr-03 12:46 
AnswerRe: double table[][] vs double** table? Pin
Chris Losinger15-Apr-03 13:02
professionalChris Losinger15-Apr-03 13:02 
GeneralRe: double table[][] vs double** table? Pin
Anonymous15-Apr-03 13:16
Anonymous15-Apr-03 13:16 
AnswerRe: double table[][] vs double** table? Pin
Dave Bryant15-Apr-03 13:04
Dave Bryant15-Apr-03 13:04 
AnswerRe: double table[][] vs double** table? Pin
Michael Dunn15-Apr-03 19:48
sitebuilderMichael Dunn15-Apr-03 19:48 
GeneralMulti-threaded graphics Pin
Iceman15-Apr-03 12:21
Iceman15-Apr-03 12:21 
GeneralRe: Multi-threaded graphics Pin
Iceman15-Apr-03 12:22
Iceman15-Apr-03 12:22 
GeneralRe: Multi-threaded graphics Pin
Joe Woodbury15-Apr-03 13:58
professionalJoe Woodbury15-Apr-03 13:58 
GeneralRe: Multi-threaded graphics Pin
Iceman15-Apr-03 14:06
Iceman15-Apr-03 14:06 
GeneralRe: Multi-threaded graphics Pin
Joe Woodbury15-Apr-03 14:08
professionalJoe Woodbury15-Apr-03 14:08 
GeneralRe: Multi-threaded graphics Pin
Iceman15-Apr-03 14:11
Iceman15-Apr-03 14:11 
GeneralRe: Multi-threaded graphics Pin
Gary R. Wheeler18-Apr-03 5:30
Gary R. Wheeler18-Apr-03 5:30 
GeneralRe: Multi-threaded graphics Pin
Michael Dunn15-Apr-03 19:54
sitebuilderMichael Dunn15-Apr-03 19:54 
GeneralRe: Multi-threaded graphics Pin
Iceman16-Apr-03 2:50
Iceman16-Apr-03 2:50 

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.