Jump to page content Jump to navigation

College Board

AP Central

AP Exam Reader
AP Annual Conference - Save the Date
AP Start Up Grants
Siemens Awards for Advanced Placement

Print Page
Home > The Courses > Course Home Pages > C++ Classes: bool.h

C++ Classes: bool.h

    #ifndef _BOOL_H  #define _BOOL_H    typedef int bool;  const int false = 0;  const int true = 1;    #endif                
  ABOUT MY AP CENTRAL
    Course and Email Newsletter Preferences
  AP COURSES AND EXAMS
    Course Home Pages
    Course Descriptions
    The Course Audit
    Sample Syllabi
    Teachers' Resources
    Exam Calendar and Fees
    Exam Questions
    AP Credit Policy Information
  PRE-AP
    Teachers' Corner
    Publications
  AP COMMUNITY
    About Electronic Discussion Groups
    Become an AP Exam Reader

Back to top