Click here to Skip to main content
15,867,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: header file not being read (resource.h) Pin
Mircea Neacsu11-Jan-22 15:09
Mircea Neacsu11-Jan-22 15:09 
GeneralRe: header file not being read (resource.h) Pin
ForNow11-Jan-22 16:01
ForNow11-Jan-22 16:01 
QuestionMessage Closed Pin
9-Jan-22 7:59
Member 149687719-Jan-22 7:59 
AnswerRe: Implementing variable length parameter - variadic funetion Pin
k50549-Jan-22 8:38
mvek50549-Jan-22 8:38 
GeneralMessage Closed Pin
9-Jan-22 10:31
Member 149687719-Jan-22 10:31 
GeneralRe: Implementing variable length parameter - variadic funetion Pin
k50549-Jan-22 12:19
mvek50549-Jan-22 12:19 
GeneralRe: Implementing variable length parameter - variadic funetion Pin
Richard Andrew x649-Jan-22 11:30
professionalRichard Andrew x649-Jan-22 11:30 
GeneralRe: Implementing variable length parameter - variadic funetion Pin
k50549-Jan-22 12:24
mvek50549-Jan-22 12:24 
Its only used as a loop counter. If you prefer we could do
C++
while(num--)
{
   s = val_arg(args, QString);
   // ...
}
That, of course alters the value of num, so if you need to know how many args were passed in, or need to traverse the argument list again, you don't want to do that.
Keep Calm and Carry On

QuestionMessage Closed Pin
8-Jan-22 6:57
Member 149687718-Jan-22 6:57 
SuggestionRe: Help with Bluetooth -seeking assistance with QT implementation of bluez library . Pin
Richard Deeming9-Jan-22 21:27
mveRichard Deeming9-Jan-22 21:27 
Questionvacancy for google programmer with specification variation. (question) Pin
Dev Lil5-Jan-22 9:38
Dev Lil5-Jan-22 9:38 
AnswerRe: vacancy for google programmer with specification variation. (question) Pin
Dave Kreskowiak5-Jan-22 10:40
mveDave Kreskowiak5-Jan-22 10:40 
AnswerRe: vacancy for google programmer with specification variation. (question) Pin
Gerry Schmitz5-Jan-22 11:56
mveGerry Schmitz5-Jan-22 11:56 
AnswerRe: vacancy for google programmer with specification variation. (question) Pin
Stefan_Lang8-Jan-22 4:00
Stefan_Lang8-Jan-22 4:00 
Questionquestion about CDC:Pie Pin
ForNow5-Jan-22 1:55
ForNow5-Jan-22 1:55 
AnswerRe: question about CDC:Pie Pin
Gerry Schmitz5-Jan-22 5:30
mveGerry Schmitz5-Jan-22 5:30 
GeneralRe: question about CDC:Pie Pin
ForNow5-Jan-22 5:43
ForNow5-Jan-22 5:43 
GeneralRe: question about CDC:Pie Pin
Gerry Schmitz5-Jan-22 7:14
mveGerry Schmitz5-Jan-22 7:14 
GeneralRe: question about CDC:Pie Pin
ForNow5-Jan-22 8:30
ForNow5-Jan-22 8:30 
GeneralRe: question about CDC:Pie Pin
Gerry Schmitz5-Jan-22 12:05
mveGerry Schmitz5-Jan-22 12:05 
GeneralRe: question about CDC:Pie Pin
ForNow5-Jan-22 12:37
ForNow5-Jan-22 12:37 
QuestionSaving a memory DC to a file Pin
ForNow4-Jan-22 4:42
ForNow4-Jan-22 4:42 
AnswerRe: Saving a memory DC to a file Pin
Mircea Neacsu4-Jan-22 5:10
Mircea Neacsu4-Jan-22 5:10 
GeneralRe: Saving a memory DC to a file Pin
ForNow4-Jan-22 5:29
ForNow4-Jan-22 5:29 
AnswerRe: Saving a memory DC to a file Pin
Richard MacCutchan4-Jan-22 5:13
mveRichard MacCutchan4-Jan-22 5:13 

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.