2

I am looking at a code example and notice some pre-processor directives using quotes and the others using brackets? What is the difference?

#ifdef WIN32
#include <windows.h>
#else // Redhat Linux Version 6.0
#include <stdio.h>
#include <stdlib.h>
#endif
#include <iostream.h>
#include <string.h>
#include "CamCoStr.hh"
Jonathan Kittell
  • 7,163
  • 15
  • 50
  • 93

0 Answers0