Click here to Skip to main content
15,900,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to generate EXE file in VS 2005? any option? Pin
Maximilien8-Mar-06 6:29
Maximilien8-Mar-06 6:29 
AnswerAnswer! Pin
Yonggoo8-Mar-06 6:57
Yonggoo8-Mar-06 6:57 
QuestionNot "focusable" button needed Pin
.WTL8-Mar-06 5:44
.WTL8-Mar-06 5:44 
AnswerRe: Not "focusable" button needed Pin
toxcct8-Mar-06 5:50
toxcct8-Mar-06 5:50 
AnswerRe: Not "focusable" button needed Pin
Hamid_RT9-Mar-06 8:44
Hamid_RT9-Mar-06 8:44 
GeneralRe: Not "focusable" button needed Pin
.WTL11-Mar-06 6:58
.WTL11-Mar-06 6:58 
GeneralRe: Not "focusable" button needed Pin
Hamid_RT11-Mar-06 8:01
Hamid_RT11-Mar-06 8:01 
Questiontext to number Pin
JensB8-Mar-06 4:59
JensB8-Mar-06 4:59 
Hi,
I have a little problem converting a string to a number.

Situation:
string : "1.555,23"

thousand seperator = "."
decimal seperator = ","

Why doesn't this help?
<br />
lconv* pConv = localeconv();<br />
pConv->decimal_point = ",";<br />
pConv->thousands_sep = ".";<br />


Using the default "C-locale", things get messed up.
How can I make sure it uses the (above) seperators so i get correct conversion?

Best regards,
Jens
QuestionRe: text to number Pin
David Crow8-Mar-06 5:17
David Crow8-Mar-06 5:17 
Questiontext length and CStatic object Pin
Russell'8-Mar-06 4:52
Russell'8-Mar-06 4:52 
AnswerRe: text length and CStatic object Pin
KaЯl8-Mar-06 4:55
KaЯl8-Mar-06 4:55 
GeneralRe: text length and CStatic object Pin
Russell'8-Mar-06 5:04
Russell'8-Mar-06 5:04 
GeneralRe: text length and CStatic object Pin
Russell'8-Mar-06 5:04
Russell'8-Mar-06 5:04 
QuestionRe: text length and CStatic object Pin
David Crow8-Mar-06 5:12
David Crow8-Mar-06 5:12 
AnswerRe: text length and CStatic object Pin
Russell'8-Mar-06 5:18
Russell'8-Mar-06 5:18 
QuestionRe: text length and CStatic object Pin
David Crow8-Mar-06 5:23
David Crow8-Mar-06 5:23 
AnswerRe: text length and CStatic object Pin
Russell'8-Mar-06 5:30
Russell'8-Mar-06 5:30 
GeneralRe: text length and CStatic object Pin
David Crow8-Mar-06 5:43
David Crow8-Mar-06 5:43 
GeneralRe: text length and CStatic object Pin
Russell'8-Mar-06 5:49
Russell'8-Mar-06 5:49 
GeneralRe: text length and CStatic object Pin
Nibu babu thomas8-Mar-06 17:22
Nibu babu thomas8-Mar-06 17:22 
Questiondisappearing CPropertyPage's Pin
bljacobs8-Mar-06 4:12
bljacobs8-Mar-06 4:12 
Questionusing CIPAddressCtrl::GetAddress Pin
viperlogic8-Mar-06 4:07
viperlogic8-Mar-06 4:07 
AnswerRe: using CIPAddressCtrl::GetAddress Pin
David Crow8-Mar-06 4:53
David Crow8-Mar-06 4:53 
GeneralRe: using CIPAddressCtrl::GetAddress Pin
viperlogic8-Mar-06 4:56
viperlogic8-Mar-06 4:56 
GeneralRe: using CIPAddressCtrl::GetAddress Pin
David Crow8-Mar-06 5:10
David Crow8-Mar-06 5:10 

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.