Click here to Skip to main content
16,005,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CHeaderCtrl in a View Pin
David Crow2-May-03 9:29
David Crow2-May-03 9:29 
GeneralRe: CHeaderCtrl in a View Pin
Michael Dunn2-May-03 16:39
sitebuilderMichael Dunn2-May-03 16:39 
GeneralVC++ stream floating point precision error Pin
Val Samko2-May-03 8:18
Val Samko2-May-03 8:18 
GeneralRe: VC++ stream floating point precision error Pin
Joseph Dempsey2-May-03 8:28
Joseph Dempsey2-May-03 8:28 
GeneralRe: VC++ stream floating point precision error Pin
Val Samko2-May-03 8:38
Val Samko2-May-03 8:38 
GeneralRe: VC++ stream floating point precision error Pin
David Crow2-May-03 9:27
David Crow2-May-03 9:27 
GeneralRe: VC++ stream floating point precision error Pin
Val Samko2-May-03 10:01
Val Samko2-May-03 10:01 
GeneralRe: VC++ stream floating point precision error Pin
David Crow2-May-03 10:15
David Crow2-May-03 10:15 
Perhaps you'd want this instead:

void main( void )
{
    double z = 20.0123;
    
    for (int x = 1; x < 40; x++)
        cout << setprecision(x) << z << endl;
}

GeneralRe: VC++ stream floating point precision error Pin
Tim Smith2-May-03 10:25
Tim Smith2-May-03 10:25 
GeneralRe: VC++ stream floating point precision error Pin
Val Samko2-May-03 13:58
Val Samko2-May-03 13:58 
QuestionI need to do i/o to keyed files with VC++ is that posible? Pin
Bryan Tyson2-May-03 7:27
Bryan Tyson2-May-03 7:27 
AnswerRe: I need to do i/o to keyed files with VC++ is that posible? Pin
Douglas Troy2-May-03 8:17
Douglas Troy2-May-03 8:17 
AnswerRe: I need to do i/o to keyed files with VC++ is that posible? Pin
John R. Shaw2-May-03 16:50
John R. Shaw2-May-03 16:50 
GeneralHELP with writing a C++ program to read the data from an Excel spreadsheet Pin
alexboza2-May-03 6:58
alexboza2-May-03 6:58 
GeneralRe: HELP with writing a C++ program to read the data from an Excel spreadsheet Pin
jmkhael2-May-03 7:09
jmkhael2-May-03 7:09 
GeneralRe: HELP with writing a C++ program to read the data from an Excel spreadsheet Pin
Chris Meech2-May-03 7:14
Chris Meech2-May-03 7:14 
QuestionIs it possible to make Visual Studio break whenever a given variable gets a specific value? Pin
Redeemer-dk2-May-03 6:58
Redeemer-dk2-May-03 6:58 
AnswerRe: Is it possible to make Visual Studio break whenever a given variable gets a specific value? Pin
jmkhael2-May-03 7:06
jmkhael2-May-03 7:06 
AnswerRe: Is it possible to make Visual Studio break whenever a given variable gets a specific value? Pin
Chris Meech2-May-03 7:15
Chris Meech2-May-03 7:15 
AnswerRe: Is it possible to make Visual Studio break whenever a given variable gets a specific value? Pin
Douglas Troy2-May-03 8:09
Douglas Troy2-May-03 8:09 
GeneralI can't display book and borrower's details Pin
grscot2-May-03 6:20
grscot2-May-03 6:20 
GeneralRe: I can't display book and borrower's details Pin
grscot3-May-03 3:28
grscot3-May-03 3:28 
GeneralGeneric C++ object/structure swap Pin
scottk@IntelligentSolutions.com2-May-03 5:27
scottk@IntelligentSolutions.com2-May-03 5:27 
GeneralRe: Generic C++ object/structure swap Pin
Rein Hillmann2-May-03 7:15
Rein Hillmann2-May-03 7:15 
GeneralRe: Generic C++ object/structure swap Pin
Gary R. Wheeler4-May-03 2:48
Gary R. Wheeler4-May-03 2:48 

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.