Click here to Skip to main content
16,011,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to get start menu programmatically? Pin
includeh1012-Mar-03 13:42
includeh1012-Mar-03 13:42 
AnswerRe: how to get start menu programmatically? Pin
Michael Dunn12-Mar-03 14:00
sitebuilderMichael Dunn12-Mar-03 14:00 
GeneralRe: how to get start menu programmatically? Pin
includeh1012-Mar-03 14:16
includeh1012-Mar-03 14:16 
GeneralGet execution time with Borland C++ Pin
kalamatianos12-Mar-03 13:26
kalamatianos12-Mar-03 13:26 
GeneralRe: Get execution time with Borland C++ Pin
Anonymous12-Mar-03 13:37
Anonymous12-Mar-03 13:37 
GeneralRe: Get execution time with Borland C++ Pin
kalamatianos12-Mar-03 13:48
kalamatianos12-Mar-03 13:48 
GeneralRe: Get execution time with Borland C++ Pin
kalamatianos13-Mar-03 3:51
kalamatianos13-Mar-03 3:51 
Questionhow to terminate the loop containing scanf? Pin
jcute12-Mar-03 13:07
jcute12-Mar-03 13:07 
int i;
char a[10][10];

for ( i= 0; ; i++) {
if (scanf("%s",a[i]) == -1) break;

}

//ctrl-d or z do not work!Confused | :confused:
AnswerRe: how to terminate the loop containing scanf? Pin
HJo12-Mar-03 20:29
HJo12-Mar-03 20:29 
GeneralRe: how to terminate the loop containing scanf? Pin
jcute13-Mar-03 1:59
jcute13-Mar-03 1:59 
GeneralRe: how to terminate the loop containing scanf? Pin
HJo13-Mar-03 4:21
HJo13-Mar-03 4:21 
GeneralHide cursor withour ShowCursor Pin
TianYang12-Mar-03 12:13
TianYang12-Mar-03 12:13 
GeneralPlace Graphic at top right of menu like Internet Explorer Pin
ScottPrusinoski12-Mar-03 10:29
ScottPrusinoski12-Mar-03 10:29 
GeneralRe: Place Graphic at top right of menu like Internet Explorer Pin
includeh1012-Mar-03 13:51
includeh1012-Mar-03 13:51 
GeneralRe: Place Graphic at top right of menu like Internet Explorer Pin
Michael Dunn12-Mar-03 14:02
sitebuilderMichael Dunn12-Mar-03 14:02 
GeneralSend Email from dialog based appl Pin
AWebDude12-Mar-03 10:27
AWebDude12-Mar-03 10:27 
GeneralRe: Send Email from dialog based appl Pin
jmkhael12-Mar-03 10:31
jmkhael12-Mar-03 10:31 
GeneralRe: Send Email from dialog based appl Pin
AWebDude12-Mar-03 14:04
AWebDude12-Mar-03 14:04 
GeneralRe: Send Email from dialog based appl Pin
Rickard Andersson2012-Mar-03 20:56
Rickard Andersson2012-Mar-03 20:56 
GeneralRe: Send Email from dialog based appl Pin
SankaranPV13-Mar-03 2:57
SankaranPV13-Mar-03 2:57 
GeneralDialog Bar Pin
Gary Kirkham12-Mar-03 10:22
Gary Kirkham12-Mar-03 10:22 
GeneralRe: Dialog Bar Pin
valikac12-Mar-03 11:00
valikac12-Mar-03 11:00 
GeneralRe: Dialog Bar Pin
Yuri Kreinin12-Mar-03 11:02
Yuri Kreinin12-Mar-03 11:02 
GeneralDirectplay voice echo problem Pin
chengnan12-Mar-03 9:36
chengnan12-Mar-03 9:36 
QuestionDetect DirectX version? Pin
dandy7212-Mar-03 8:00
dandy7212-Mar-03 8:00 

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.