mitsos1 Δημ. March 15, 2012 Κοινοποίηση Δημ. March 15, 2012 Παίζει ρόλο πως τον ζητάς αυτό τον αριθμό. Ας πούμε ότι τον αποθηκεύεις σε float και θέλεις να δεις αν είναι ακέραιος. float f; scanf ("%f\n", &f); if (f == (int)f) { printf ("true\n"); } else { printf ("false\n"); } οπότε οι: 1, 2, 3.0, 15.00 θα δίνουν true ενώ οι: 1.23, 2.3, κλπ θα δίνουν false Αυτό ακριβώς ήθελα :thanks: Παράθεση Android is simple, it just takes a genius to understand its simplicity. Samsung Galaxy S4 die hard !! Samsung Galaxy S7 Link to comment Share on other sites Περισσότερες Επιλογές Κοινής Χρήσης
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.