Thread: POI preprocessor ?

  1. #1
    Registered User
    Join Date
    Feb 2010
    Posts
    15

    POI preprocessor ?

    In C programming, if want to check there is a preprocessor, use:
    #ifdef __ITSNAME_H__
    //code
    #endif

    my question is that is there a preprocessor with POI name? if yes, what is it?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    What's POI ?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Feb 2010
    Posts
    15
    I find answer.

    POI is not a general preprocessor, it was a user-defined preprocessor defined in Makefile.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Preprocessor help
    By royen in forum C++ Programming
    Replies: 3
    Last Post: 05-14-2009, 10:56 AM
  2. preprocessor problemn
    By indrajit_muk in forum C Programming
    Replies: 2
    Last Post: 04-09-2009, 03:10 AM
  3. Writing an HTML Preprocessor
    By thetinman in forum C++ Programming
    Replies: 1
    Last Post: 09-17-2007, 08:01 AM
  4. Preprocessor Directives Problem
    By MipZhaP in forum C++ Programming
    Replies: 6
    Last Post: 02-18-2005, 01:53 PM
  5. Preprocessor Functions
    By mart_man00 in forum C Programming
    Replies: 2
    Last Post: 01-09-2003, 09:58 PM

Tags for this Thread