Click here to Skip to main content
15,921,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Looking at arrays with Debugger Pin
Rajveer8-Apr-02 8:16
Rajveer8-Apr-02 8:16 
GeneralRe: Looking at arrays with Debugger Pin
Derek Waters8-Apr-02 13:48
Derek Waters8-Apr-02 13:48 
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 
Hello. I am stuck on my first
external function call.

Here is a short program:

// convert string to long double
#include <iostream>
#include <math.h>
using namespace std;

int main()
{
char str1[] = "123.21";

long double _atold(const char *);

long double d = _atold(str1);

cout << d;

return 0;
}

My problem is using the _atold() library function, which is in the math.h file.
I have tried everything, and
get the link error -
unresolved external symbol "long double __cdecl _atold(char)" (?_atold@@YAOD@Z)

I would REALLY appreciate help
on this one. I could use
other methods, but I want to
get this working. Thanks

David
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 
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 

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.