Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debug and attach to a process Pin
Monty214-Mar-04 18:37
Monty214-Mar-04 18:37 
GeneralRe: Debug and attach to a process Pin
deyadav14-Mar-04 19:06
deyadav14-Mar-04 19:06 
GeneralRe: Debug and attach to a process Pin
Antti Keskinen14-Mar-04 21:40
Antti Keskinen14-Mar-04 21:40 
GeneralRe: Debug and attach to a process Pin
deyadav14-Mar-04 22:04
deyadav14-Mar-04 22:04 
GeneralRe: Debug and attach to a process Pin
Michael Dunn15-Mar-04 4:11
sitebuilderMichael Dunn15-Mar-04 4:11 
GeneralHelp!! The format of number in VC++ Pin
Flydian14-Mar-04 15:59
Flydian14-Mar-04 15:59 
GeneralRe: Help!! The format of number in VC++ Pin
Prakash Nadar14-Mar-04 17:10
Prakash Nadar14-Mar-04 17:10 
GeneralRe: Help!! The format of number in VC++ Pin
Ravi Bhavnani14-Mar-04 18:08
professionalRavi Bhavnani14-Mar-04 18:08 
If you're writing a Windows app, you can do this:
CString strFloat;
float fNumber = 123456.10;
strFloat.Format (_T("%f"), fNumber);
TCHAR szFormatted [255];
::GetNumberFormat (LOCALE_USER_DEFAULT, 0, strFloat, 0, szFormatted, 255);
szFormatted should now contain "123,456.10".

/ravi

My new year's resolution: 2048 x 1536
Home | Articles | Freeware | Music
ravib@ravib.com

Generaltoolbar separators not displayed in XP style Pin
Mark Walsen14-Mar-04 15:21
Mark Walsen14-Mar-04 15:21 
GeneralRe: toolbar separators not displayed in XP style Pin
Mark Walsen15-Mar-04 7:46
Mark Walsen15-Mar-04 7:46 
Generaldrawing lines that can be moved - please help Pin
aartee14-Mar-04 13:38
aartee14-Mar-04 13:38 
GeneralRe: drawing lines that can be moved - please help Pin
Christian Graus14-Mar-04 15:54
protectorChristian Graus14-Mar-04 15:54 
GeneralRe: drawing lines that can be moved - please help Pin
aartee15-Mar-04 3:24
aartee15-Mar-04 3:24 
GeneralRe: drawing lines that can be moved - please help Pin
Christian Graus15-Mar-04 8:13
protectorChristian Graus15-Mar-04 8:13 
GeneralRe: drawing lines that can be moved - please help Pin
aartee16-Mar-04 6:17
aartee16-Mar-04 6:17 
GeneralRe: drawing lines that can be moved - please help Pin
Christian Graus16-Mar-04 9:18
protectorChristian Graus16-Mar-04 9:18 
General1st grade faculty of computer science n00b Pin
lordgreg14-Mar-04 10:44
lordgreg14-Mar-04 10:44 
GeneralRe: 1st grade faculty of computer science n00b Pin
Michael Dunn14-Mar-04 12:54
sitebuilderMichael Dunn14-Mar-04 12:54 
GeneralRe: 1st grade faculty of computer science n00b Pin
lordgreg14-Mar-04 22:34
lordgreg14-Mar-04 22:34 
GeneralRe: 1st grade faculty of computer science n00b Pin
Michael Dunn15-Mar-04 4:10
sitebuilderMichael Dunn15-Mar-04 4:10 
GeneralVisual C++ .NET Disassembly Window Pin
valikac14-Mar-04 7:04
valikac14-Mar-04 7:04 
GeneralRe: Visual C++ .NET Disassembly Window Pin
Antti Keskinen14-Mar-04 10:10
Antti Keskinen14-Mar-04 10:10 
GeneralRe: Visual C++ .NET Disassembly Window Pin
valikac14-Mar-04 11:40
valikac14-Mar-04 11:40 
GeneralRe: Visual C++ .NET Disassembly Window Pin
Antti Keskinen14-Mar-04 21:11
Antti Keskinen14-Mar-04 21:11 
GeneralRe: Visual C++ .NET Disassembly Window Pin
valikac15-Mar-04 5:33
valikac15-Mar-04 5:33 

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.