About Atof

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

About Atof

2,508件の閲覧回数
erickantoniorp2
Contributor I
Hi everybody. I'm new in Codewarrior, but i ever had programmed in c++. I wanted to use atof function in my program, but althoug i include <stdlib.h> library, then <cstdlib>, it never worked. Did i make a mistake?. I'm using CodeWarrior 9 Upd 3.
 
Thanks, Regards.
ラベル(1)
1 返信

910件の閲覧回数
Lundin
Senior Contributor IV
Include cstdlib and then add "using std::atof". If that doesn't work, then perhaps you made a project without including float numbers. If not, you get an ANSI lib with only integer functions.
0 件の賞賛
返信