0
How can i convert a float number to char type?
4th Dec 2016, 9:32 PM
DöngölĆ Zsolt

2 Réponses
0
sprintf(yourChar, "%f", yourFloat);
4th Dec 2016, 10:39 PM
Ripper

0
float f = 3.14;
cout << (char)f << endl;
5th Dec 2016, 2:05 PM
đčđđ¶đđđ đ”đđ¶đŸđđ”đđ

Vous avez souvent des questions comme celle-ci ?
Apprenez de maniĂšre plus efficace, gratuitement :
Aujourd'hui en vedette
I've a HTML code question
1 Votes
C++
1 Votes
Please tell me about methods
1 Votes
HELP ME LEARN
0 Votes
Appointment Booking website
0 Votes
Mentors
1 Votes