Re: Is it standard and practical to use long long types?

From: Ioannis Vranos (ivr_at_guesswh.at.emails.ru)
Date: 04/15/04

  • Next message: Bryan Bullard: "Re: The future of C++"
    Date: Thu, 15 Apr 2004 16:43:31 +0300
    
    

    "Ioannis Vranos" <ivr@guesswh.at.emails.ru> wrote in message
    news:c5m2uf$12hj$1@ulysses.noc.ntua.gr...
    >
    > Yours must be old. Mine:
    >
    > C:\c>\mingw\bin\gcc -std=c99 -pedantic-errors -O3 -Wall temp.c -o temp
    > temp.c: In function `main':
    > temp.c:7: warning: int format, pointer arg (arg 2)

    My mistake:

    C:\c>\mingw\bin\gcc -ansi -pedantic-errors -O3 -Wall temp.c -o temp
    temp.c: In function `main':
    temp.c:7: warning: int format, pointer arg (arg 2)
    temp.c:8: warning: control reaches end of non-void function

    But i do not think the warning about int main() is so important. The others
    you mentioned were. But again you must try to be more constructive. :-)

    Ioannis Vranos


  • Next message: Bryan Bullard: "Re: The future of C++"

    Relevant Pages