Click here to Skip to main content
16,006,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Looking at arrays with Debugger Pin
Roger Allen9-Apr-02 1:30
Roger Allen9-Apr-02 1:30 
GeneralCreating CListCtrl with API Pin
User 66588-Apr-02 6:47
User 66588-Apr-02 6:47 
GeneralRe: Creating CListCtrl with API Pin
alex.barylski8-Apr-02 7:19
alex.barylski8-Apr-02 7:19 
Generalcreating an atribute from a managed class Pin
Ignacio Varas8-Apr-02 6:35
Ignacio Varas8-Apr-02 6:35 
GeneralTemplate Overloading problem Pin
8-Apr-02 5:49
suss8-Apr-02 5:49 
Generalnewbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 5:48
davun8-Apr-02 5:48 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
lucy8-Apr-02 5:50
lucy8-Apr-02 5:50 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 6:12
davun8-Apr-02 6:12 
Hi Lucy,

thanks for the reply. I am learning
from The Waite Group OOP c++
just now. They require a string
be converted to Long Double,
not float, which I thought about
doing as a short cut. But here
is a clip from my math.h file:

#define _LD_COMPLEX_DEFINED
#endif


long double __cdecl acosl(long double);
long double __cdecl asinl(long double);
long double __cdecl atanl(long double);
long double __cdecl atan2l(long double, long double);
long double __cdecl _atold(const char *);

and at the bottom is _atold().
How can I use this?

char s[7] = "123.21"; long double d;
d = _atold(s);
cout << d;

This way, I get the error, undeclared identifier (_atold).

Thanks.
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
Ernest Laurentin8-Apr-02 6:31
Ernest Laurentin8-Apr-02 6:31 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 8:34
davun8-Apr-02 8:34 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
lucy8-Apr-02 8:46
lucy8-Apr-02 8:46 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
8-Apr-02 8:47
suss8-Apr-02 8:47 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 9:24
davun8-Apr-02 9:24 
GeneralScrollWindowEx Problem! Pin
G.Richard8-Apr-02 5:43
G.Richard8-Apr-02 5:43 
GeneralRe: ScrollWindowEx Problem! Pin
alex.barylski8-Apr-02 7:22
alex.barylski8-Apr-02 7:22 
GeneralRe: ScrollWindowEx Problem! Pin
G.Richard9-Apr-02 3:36
G.Richard9-Apr-02 3:36 
GeneralHelp with multiple classes Pin
Xds8-Apr-02 5:32
Xds8-Apr-02 5:32 
GeneralRe: Help with multiple classes Pin
Rickard Andersson208-Apr-02 5:39
Rickard Andersson208-Apr-02 5:39 
GeneralRe: Help with multiple classes Pin
Xds8-Apr-02 5:49
Xds8-Apr-02 5:49 
GeneralRe: Help with multiple classes Pin
Roger Allen8-Apr-02 6:09
Roger Allen8-Apr-02 6:09 
GeneralRe: Help with multiple classes Pin
Le centriste8-Apr-02 7:34
Le centriste8-Apr-02 7:34 
GeneralNeed a control to show .gif files Pin
Hans Ruck8-Apr-02 5:26
Hans Ruck8-Apr-02 5:26 
GeneralRe: Need a control to show .gif files Pin
Chris Losinger8-Apr-02 5:31
professionalChris Losinger8-Apr-02 5:31 
GeneralRe: Need a control to show .gif files Pin
Carlos Antollini8-Apr-02 5:39
Carlos Antollini8-Apr-02 5:39 
GeneralRe: Need a control to show .gif files Pin
Rickard Andersson208-Apr-02 5:41
Rickard Andersson208-Apr-02 5:41 

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.