Individual score in population differs from objective score using no scal...

SHSH97@aol.com SHSH97 at aol.com
Mon Oct 14 01:33:58 EDT 2002


I got the same err building EX18. : error C2872: 'cout'. If you go to that 
line there is nothing wrong with code. Read Windows 9x/NT compilation. Do you 
know how #define NO_STREAMS should look. gaconfig.h. I'm going to #define and 
start over I'm reaching desperate I can't figure out. | e-mail address 
shsh97 at aol.com

// Use the right streams library based on which streams macro was defined.
#if defined(USE_OLD_STREAMS)
#include <iostream.h>
#include <fstream.h>

#elif defined(USE_ANSI_STREAMS)
#include <iostream>
#include <fstream>

// i'm terribly sorry to do this, but it is the easiest way for me to get
// things to work properly with vcpp.
using namespace std;

#else
#ifndef NO_STREAMS
#define NO_STREAMS
#endif
#endif



More information about the galib mailing list