Guest_imported
New member
- Jan 1, 1970
- 0
For school I'm supposed to write my own version of printf.
I have everything down on variable length, but I was wondering how I would be able to print out int/float/doubles
without using printf. The only way I can think of is to put it in a string and print out the string, but I don't even know if thats possible. Thanks for any help in advance.
I have everything down on variable length, but I was wondering how I would be able to print out int/float/doubles
without using printf. The only way I can think of is to put it in a string and print out the string, but I don't even know if thats possible. Thanks for any help in advance.