Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to convert a integer from hex to decimal Pin
toxcct30-Aug-05 23:45
toxcct30-Aug-05 23:45 
GeneralRe: how to convert a integer from hex to decimal Pin
Cedric Moonen30-Aug-05 23:46
Cedric Moonen30-Aug-05 23:46 
GeneralRe: how to convert a integer from hex to decimal Pin
Marc Soleda31-Aug-05 0:07
Marc Soleda31-Aug-05 0:07 
GeneralRe: how to convert a integer from hex to decimal Pin
Nishad S31-Aug-05 0:36
Nishad S31-Aug-05 0:36 
GeneralRe: how to convert a integer from hex to decimal Pin
markkuk31-Aug-05 2:04
markkuk31-Aug-05 2:04 
Jokejust like this.. Pin
Eytukan31-Aug-05 0:35
Eytukan31-Aug-05 0:35 
JokeRe: just like this.. Pin
toxcct31-Aug-05 1:58
toxcct31-Aug-05 1:58 
Questionhow can i get all the arguments in the va_list Pin
bbluey30-Aug-05 22:53
bbluey30-Aug-05 22:53 
If i have a function myfunc(arg1,arg2,arg3), how can i include them, all, in a va_list variable?
if i use va_start(list, arg1), i won't have arg1 in the list and I cannot change the singnature of the function myfunc.

If I do something like:
list = (va_list)&arg1 it works for types like int, unsigned int, even char*, but not float or double. If one of the args is float, it will store in list a 0 instead of the real value.


please help Unsure | :~
AnswerRe: how can i get all the arguments in the va_list Pin
Bob Ciora31-Aug-05 1:22
Bob Ciora31-Aug-05 1:22 
GeneralRe: how can i get all the arguments in the va_list Pin
bbluey31-Aug-05 2:14
bbluey31-Aug-05 2:14 
GeneralRe: how can i get all the arguments in the va_list Pin
Rick York31-Aug-05 7:56
mveRick York31-Aug-05 7:56 
GeneralRe: how can i get all the arguments in the va_list Pin
bbluey31-Aug-05 22:03
bbluey31-Aug-05 22:03 
QuestionThru Windows Service connecting to SQL server database using windows authentication Pin
Nassa30-Aug-05 22:52
Nassa30-Aug-05 22:52 
QuestionHow to use the struct in the VC.Net? Pin
greenwyx30-Aug-05 22:02
greenwyx30-Aug-05 22:02 
AnswerRe: How to use the struct in the VC.Net? Pin
toxcct30-Aug-05 22:17
toxcct30-Aug-05 22:17 
GeneralRe: How to use the struct in the VC.Net? Pin
greenwyx30-Aug-05 22:49
greenwyx30-Aug-05 22:49 
GeneralRe: How to use the struct in the VC.Net? Pin
toxcct30-Aug-05 22:54
toxcct30-Aug-05 22:54 
GeneralRe: How to use the struct in the VC.Net? Pin
greenwyx30-Aug-05 23:02
greenwyx30-Aug-05 23:02 
GeneralRe: How to use the struct in the VC.NET [edited] Pin
toxcct30-Aug-05 23:09
toxcct30-Aug-05 23:09 
GeneralRe: How to use the struct in the VC.Net? Pin
greenwyx30-Aug-05 23:16
greenwyx30-Aug-05 23:16 
GeneralRe: How to use the struct in the VC.Net? Pin
Cedric Moonen30-Aug-05 23:13
Cedric Moonen30-Aug-05 23:13 
General[Message Deleted] Pin
Cedric Moonen30-Aug-05 23:13
Cedric Moonen30-Aug-05 23:13 
GeneralRe: How to use the struct in the VC.Net? Pin
greenwyx30-Aug-05 23:20
greenwyx30-Aug-05 23:20 
GeneralRe: How to use the struct in the VC.Net? Pin
greenwyx30-Aug-05 23:06
greenwyx30-Aug-05 23:06 
AnswerRe: How to use the struct in the VC.Net? Pin
Marc Soleda30-Aug-05 22:52
Marc Soleda30-Aug-05 22:52 

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.