Search:

Type: Posts; User: opaw

Search: Search took 0.00 seconds.

  1. could be better but i have no idea to lop it off....

    could be better but i have no idea to lop it off.
    in VB we can used MID() function
    but how about in C ?
  2. format command of C that will not round up the value

    i have a question
    please refer below..

    Example:


    #include <stdio.h>
    int main() {
    printf("%6.1f", 123456.123456);
    printf("\n%6.2f", 123456.123456);
Results 1 to 2 of 2