Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LNK4006 warning Pin
toxcct16-Jan-07 4:44
toxcct16-Jan-07 4:44 
GeneralRe: LNK4006 warning Pin
Stephen Hewitt16-Jan-07 18:05
Stephen Hewitt16-Jan-07 18:05 
AnswerRe: LNK4006 warning Pin
Stephen Hewitt16-Jan-07 12:25
Stephen Hewitt16-Jan-07 12:25 
QuestionLNK2001 error Pin
shivapriyak16-Jan-07 0:47
shivapriyak16-Jan-07 0:47 
AnswerRe: LNK2001 error Pin
prasad_som16-Jan-07 0:51
prasad_som16-Jan-07 0:51 
GeneralRe: LNK2001 error Pin
shivapriyak16-Jan-07 0:59
shivapriyak16-Jan-07 0:59 
QuestionRe: LNK2001 error Pin
prasad_som16-Jan-07 1:02
prasad_som16-Jan-07 1:02 
AnswerRe: LNK2001 error Pin
shivapriyak16-Jan-07 1:20
shivapriyak16-Jan-07 1:20 
double ut_asin( double a )
{
if( fabs(a) < 1.0 )
return asin(a);
else if( fabs(a) < 1.00001 )
return (double)(mqerSGN( asin((double)1.0), a));
}
this is the definition of ut_asin in a file called as ut_math_e.cpp

thnx,Priya
QuestionRe: LNK2001 error Pin
prasad_som16-Jan-07 1:23
prasad_som16-Jan-07 1:23 
QuestionRe: LNK2001 error Pin
David Crow16-Jan-07 3:02
David Crow16-Jan-07 3:02 
AnswerRe: LNK2001 error Pin
Cedric Moonen16-Jan-07 0:52
Cedric Moonen16-Jan-07 0:52 
GeneralRe: LNK2001 error Pin
shivapriyak16-Jan-07 0:58
shivapriyak16-Jan-07 0:58 
AnswerRe: LNK2001 error Pin
Hamid_RT16-Jan-07 1:16
Hamid_RT16-Jan-07 1:16 
AnswerRe: LNK2001 error Pin
KarstenK16-Jan-07 3:00
mveKarstenK16-Jan-07 3:00 
GeneralRe: LNK2001 error Pin
David Crow16-Jan-07 3:03
David Crow16-Jan-07 3:03 
QuestionConverting encrypted data into string/decimal and vice versa Pin
vgandhi16-Jan-07 0:17
vgandhi16-Jan-07 0:17 
AnswerRe: Converting encrypted data into string/decimal and vice versa Pin
Rage16-Jan-07 1:32
professionalRage16-Jan-07 1:32 
GeneralRe: Converting encrypted data into string/decimal and vice versa Pin
vgandhi16-Jan-07 8:40
vgandhi16-Jan-07 8:40 
AnswerRe: Converting encrypted data into string/decimal and vice versa Pin
James R. Twine16-Jan-07 3:52
James R. Twine16-Jan-07 3:52 
GeneralRe: Converting encrypted data into string/decimal and vice versa Pin
vgandhi16-Jan-07 9:15
vgandhi16-Jan-07 9:15 
GeneralRe: Converting encrypted data into string/decimal and vice versa Pin
James R. Twine16-Jan-07 11:34
James R. Twine16-Jan-07 11:34 
GeneralRe: Converting encrypted data into string/decimal and vice versa Pin
vgandhi17-Jan-07 20:38
vgandhi17-Jan-07 20:38 
GeneralRe: Converting encrypted data into string/decimal and vice versa Pin
vgandhi17-Jan-07 19:19
vgandhi17-Jan-07 19:19 
GeneralRe: Converting encrypted data into string/decimal and vice versa Pin
James R. Twine18-Jan-07 12:51
James R. Twine18-Jan-07 12:51 
GeneralRe: Converting encrypted data into string/decimal and vice versa Pin
vgandhi22-Jan-07 18:56
vgandhi22-Jan-07 18:56 

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.