Click here to Skip to main content
15,867,985 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Default Button Pin
Chris Losinger5-Jan-10 17:52
professionalChris Losinger5-Jan-10 17:52 
GeneralRe: Default Button Pin
Pryabu5-Jan-10 17:58
Pryabu5-Jan-10 17:58 
AnswerRe: Default Button Pin
S p k 5215-Jan-10 18:43
S p k 5215-Jan-10 18:43 
QuestionRe: Default Button Pin
David Crow6-Jan-10 2:52
David Crow6-Jan-10 2:52 
Questiontruncating float Pin
EmbdedCguru5-Jan-10 17:13
EmbdedCguru5-Jan-10 17:13 
AnswerRe: truncating float Pin
Tim Craig5-Jan-10 17:41
Tim Craig5-Jan-10 17:41 
AnswerRe: truncating float Pin
Chris Losinger5-Jan-10 17:54
professionalChris Losinger5-Jan-10 17:54 
AnswerRe: truncating float Pin
«_Superman_»5-Jan-10 19:16
professional«_Superman_»5-Jan-10 19:16 
The number of digits in a float after the decimal point cannot be truncated.
You can only limit the number of digits that you want displayed.

For example printf("%6.4f", 4.0/3.0); will display 1.3333.

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

AnswerRe: truncating float Pin
beko5-Jan-10 19:49
beko5-Jan-10 19:49 
QuestionUsing Managed Code in C++ Pin
Expert Coming5-Jan-10 9:35
Expert Coming5-Jan-10 9:35 
AnswerRe: Using Managed Code in C++ Pin
CPallini5-Jan-10 11:46
mveCPallini5-Jan-10 11:46 
AnswerRe: Using Managed Code in C++ Pin
«_Superman_»5-Jan-10 15:56
professional«_Superman_»5-Jan-10 15:56 
QuestionSleep less than 1 ms Pin
Adnan Merter5-Jan-10 8:50
Adnan Merter5-Jan-10 8:50 
AnswerRe: Sleep less than 1 ms Pin
Nemanja Trifunovic5-Jan-10 9:14
Nemanja Trifunovic5-Jan-10 9:14 
AnswerRe: Sleep less than 1 ms Pin
Cedric Moonen5-Jan-10 9:15
Cedric Moonen5-Jan-10 9:15 
GeneralRe: Sleep less than 1 ms Pin
Adnan Merter5-Jan-10 9:17
Adnan Merter5-Jan-10 9:17 
GeneralRe: Sleep less than 1 ms Pin
Cedric Moonen5-Jan-10 9:20
Cedric Moonen5-Jan-10 9:20 
GeneralRe: Sleep less than 1 ms Pin
Adnan Merter5-Jan-10 9:21
Adnan Merter5-Jan-10 9:21 
AnswerRe: Sleep less than 1 ms Pin
CPallini5-Jan-10 11:25
mveCPallini5-Jan-10 11:25 
GeneralRe: Sleep less than 1 ms Pin
Adnan Merter6-Jan-10 4:05
Adnan Merter6-Jan-10 4:05 
GeneralRe: Sleep less than 1 ms Pin
CPallini6-Jan-10 5:08
mveCPallini6-Jan-10 5:08 
AnswerRe: Sleep less than 1 ms Pin
Luc Pattyn5-Jan-10 15:32
sitebuilderLuc Pattyn5-Jan-10 15:32 
GeneralRe: Sleep less than 1 ms Pin
Adnan Merter6-Jan-10 4:11
Adnan Merter6-Jan-10 4:11 
GeneralRe: Sleep less than 1 ms Pin
Luc Pattyn6-Jan-10 4:24
sitebuilderLuc Pattyn6-Jan-10 4:24 
GeneralRe: Sleep less than 1 ms Pin
Emilio Garavaglia6-Jan-10 21:02
Emilio Garavaglia6-Jan-10 21:02 

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.