Message 1 of 2
May i use function format as C++ printf?
Not applicable
08-07-2020
03:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to convert a float(0.3386655) to a percent(33.86%),i search on Internet and find some script like format (".2%"),but it looks use in C++,so any methods to do this?