Click here to Skip to main content
15,905,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCFtpFileFind Bug ! Pin
oz_the_wizard3-Jun-03 21:52
oz_the_wizard3-Jun-03 21:52 
GeneralMaking selected item bk 50% transparent in a ownerdrawn clistctrl Pin
justin2233-Jun-03 21:42
justin2233-Jun-03 21:42 
GeneralRe: Making selected item bk 50% transparent in a ownerdrawn clistctrl Pin
Cris4-Jun-03 4:38
Cris4-Jun-03 4:38 
GeneralSpecial characters program Pin
meshteb3-Jun-03 21:35
meshteb3-Jun-03 21:35 
GeneralRe: Special characters program Pin
Ted Ferenc3-Jun-03 21:55
Ted Ferenc3-Jun-03 21:55 
GeneralRe: Special characters program Pin
Andrew Walker3-Jun-03 22:03
Andrew Walker3-Jun-03 22:03 
GeneralConverting _int64 to string Pin
Shah Shehpori3-Jun-03 21:04
sussShah Shehpori3-Jun-03 21:04 
GeneralRe: Converting _int64 to string Pin
askadar3-Jun-03 21:50
askadar3-Jun-03 21:50 
_int64 is a compiler specific data type. Therefor it is not supported by the STL which is by design compiler independant (at least it's supposed to).

You can use the printf() family of functions, they support _int64 via the prefix I64 (but only on MSVC). So this should work:

sprintf(my_char_buffer, "%I64i", my_int64_num);

- askadar
GeneralRe: Converting _int64 to string Pin
Mike Nordell4-Jun-03 3:31
Mike Nordell4-Jun-03 3:31 
GeneralMessage and Single Instance Pin
Rage3-Jun-03 20:49
professionalRage3-Jun-03 20:49 
GeneralChanging tooltips at runtime for a CWnd object Pin
Raghunandan S3-Jun-03 19:32
Raghunandan S3-Jun-03 19:32 
GeneralRe: Changing tooltips at runtime for a CWnd object Pin
oz_the_wizard3-Jun-03 21:58
oz_the_wizard3-Jun-03 21:58 
GeneralDeletePrinter() don't work...Please advise me... Pin
charisma_youn3-Jun-03 19:13
charisma_youn3-Jun-03 19:13 
GeneralMake Program in VC++ to send E-mail Pin
Anonymous3-Jun-03 18:29
Anonymous3-Jun-03 18:29 
GeneralRe: Make Program in VC++ to send E-mail Pin
valikac3-Jun-03 19:30
valikac3-Jun-03 19:30 
GeneralRe: Make Program in VC++ to send E-mail Pin
Anonymous3-Jun-03 22:53
Anonymous3-Jun-03 22:53 
GeneralRe: Make Program in VC++ to send E-mail Pin
valikac4-Jun-03 7:14
valikac4-Jun-03 7:14 
GeneralRe: Make Program in VC++ to send E-mail Pin
Axter3-Jun-03 21:06
professionalAxter3-Jun-03 21:06 
GeneralVC.NET in multiprocessor station Pin
Stormwind3-Jun-03 17:30
Stormwind3-Jun-03 17:30 
GeneralRe: VC.NET in multiprocessor station Pin
Mike Nordell4-Jun-03 3:32
Mike Nordell4-Jun-03 3:32 
Generala problem on Installshield for VC++ Pin
olinn3-Jun-03 17:23
olinn3-Jun-03 17:23 
GeneralWhy don't run the same programe code on vc++ compiler Pin
tomjacksun3-Jun-03 16:59
tomjacksun3-Jun-03 16:59 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Christian Graus3-Jun-03 17:06
protectorChristian Graus3-Jun-03 17:06 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
sunjohn3-Jun-03 17:15
sunjohn3-Jun-03 17:15 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Christian Graus3-Jun-03 17:17
protectorChristian Graus3-Jun-03 17:17 

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.