Click here to Skip to main content
15,916,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Matrix Inversion in C++ Pin
CPallini11-Oct-08 21:35
mveCPallini11-Oct-08 21:35 
AnswerRe: Matrix Inversion in C++ Pin
Kevin McFarlane12-Oct-08 4:37
Kevin McFarlane12-Oct-08 4:37 
GeneralRe: Matrix Inversion in C++ Pin
xb21112-Oct-08 4:59
xb21112-Oct-08 4:59 
GeneralRe: Matrix Inversion in C++ Pin
CPallini12-Oct-08 5:47
mveCPallini12-Oct-08 5:47 
GeneralRe: Matrix Inversion in C++ Pin
xb21112-Oct-08 6:21
xb21112-Oct-08 6:21 
GeneralRe: Matrix Inversion in C++ Pin
CPallini12-Oct-08 6:25
mveCPallini12-Oct-08 6:25 
GeneralRe: Matrix Inversion in C++ Pin
xb21112-Oct-08 6:34
xb21112-Oct-08 6:34 
GeneralRe: Matrix Inversion in C++ Pin
CPallini12-Oct-08 6:46
mveCPallini12-Oct-08 6:46 
Interesting.
Try the following with the good old (euphemism) VC6 compiler:
#include "stdafx.h"
#include <iostream.h>
#include <iomanip.h>
void main()
{	
	double testing = 0.1242923758275093850928390582;

	cout << "testing: " << setprecision(23) <<  testing << endl;
	printf("testing: %25.23f\n",testing);	
}
</iomanip.h></iostream.h>


Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: Matrix Inversion in C++ Pin
xb21112-Oct-08 7:02
xb21112-Oct-08 7:02 
QuestionRe: Matrix Inversion in C++ Pin
CPallini12-Oct-08 7:46
mveCPallini12-Oct-08 7:46 
AnswerRe: Matrix Inversion in C++ Pin
xb21112-Oct-08 9:31
xb21112-Oct-08 9:31 
AnswerRe: Matrix Inversion in C++ Pin
xb21112-Oct-08 10:22
xb21112-Oct-08 10:22 
GeneralRe: Matrix Inversion in C++ Pin
CPallini12-Oct-08 11:08
mveCPallini12-Oct-08 11:08 
QuestionSplitter "OnSize strikes back..." ! Pin
CrocodileBuck11-Oct-08 7:54
CrocodileBuck11-Oct-08 7:54 
AnswerRe: Splitter "OnSize strikes back..." ! Pin
CrocodileBuck11-Oct-08 23:53
CrocodileBuck11-Oct-08 23:53 
GeneralRe: Splitter "OnSize strikes back..." ! [modified] Pin
enhzflep12-Oct-08 2:37
enhzflep12-Oct-08 2:37 
GeneralRe: Splitter "OnSize strikes back..." ! Pin
CrocodileBuck12-Oct-08 8:42
CrocodileBuck12-Oct-08 8:42 
Questionabstract classes and class hierarchy Pin
Andreas Kilian11-Oct-08 7:08
Andreas Kilian11-Oct-08 7:08 
QuestionRe: abstract classes and class hierarchy Pin
CPallini11-Oct-08 7:46
mveCPallini11-Oct-08 7:46 
AnswerRe: abstract classes and class hierarchy Pin
Andreas Kilian13-Oct-08 4:38
Andreas Kilian13-Oct-08 4:38 
AnswerRe: abstract classes and class hierarchy Pin
led mike11-Oct-08 7:48
led mike11-Oct-08 7:48 
AnswerRe: abstract classes and class hierarchy Pin
Mark Salsbery11-Oct-08 8:12
Mark Salsbery11-Oct-08 8:12 
AnswerRe: abstract classes and class hierarchy Pin
Andreas Kilian13-Oct-08 4:34
Andreas Kilian13-Oct-08 4:34 
GeneralRe: abstract classes and class hierarchy Pin
Mark Salsbery13-Oct-08 6:27
Mark Salsbery13-Oct-08 6:27 
QuestionDomain SID Pin
Green Fuze11-Oct-08 7:06
Green Fuze11-Oct-08 7:06 

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.