Error(s) found: '1'

  • Unable to perform the query 'UPDATE cpp_code SET clickthru=clickthru+1 WHERE fid=8'. Table 'cpp_code' is read only.

  • C++ MADE EASY
    Code About Us Tutorial




       
     

    Home > myCode > Absolute Value (macro)

    November 27, 2009 2:54 am

       

    Absolute Value (macro)


    Posted on: 2001-09-15 10:18:16
    Number of times viewed: 272

     
     
    #define ABSMACRO(X) (((X)<0)?(-(X)):(X))

    Please Rate this Code:



     «12039» THINKQUEST TEAM C0111571 © 2001. All Rights Reserved.