transformation float en fixed par deplacement pa au point
This commit is contained in:
@@ -3,7 +3,12 @@
|
||||
|
||||
int main( void ) {
|
||||
|
||||
Fixed a(1105979538);
|
||||
// Fixed a(1105979538);
|
||||
Fixed a(1105979);
|
||||
std::cout << '\n';
|
||||
Fixed b(1000.5979f);
|
||||
std::cout << '\n';
|
||||
Fixed c(-1105.979f);
|
||||
|
||||
// Fixed a;
|
||||
// Fixed const b( 10 );
|
||||
|
||||
Reference in New Issue
Block a user