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

C / C++ / MFC

 
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 
GeneralRe: Converting _int64 to string Pin
Mike Nordell4-Jun-03 3:31
Mike Nordell4-Jun-03 3:31 
askadar wrote:
_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).

However true, it's also irellevant. The STL (which technically has no merit any more, since Mars 1998) didn't even touch the matter.

If we on the other hand talk about the C++ library: vendors are free to extend the library with e.g. compiler specific data types, and both Dinkum (MSVC7 and __int64, though with the name _LONGLONG) and the GNU C++ lib do provide these insertion operators for 64-bit integers (VC6 is another matter, but it's very easy to augment the lib to handle 64-bit integers).

In fact I expect (especially for proprietary) compiler/lib combos to provide operators for all of the compilers POD types. I almost wrote "native types", but stopped myself knowing that any IA32 64-bit integer support must be emulated.
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 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
tomjacksun3-Jun-03 17:45
tomjacksun3-Jun-03 17:45 

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.