0 Members and 2 Guests are viewing this topic.
Under Ubuntu(gcc) .. error: expected unqualified-id before numeric constant
Where is the 'code=cpp''/code'-Button ??
However, I look, nothing sees ..
Here are my Includes:
#include <cstdlib>#include <cstdarg>#include <cstdio>#include <cstring>#include <climits>#include <cmath>#include <ccomplex>#include <cfloat>#include <memory.h>#include <malloc.h>#include <sstream>#include <iostream>#include <iomanip>#include <fstream>#include <algorithm>#include <functional>#include <vector>#include <list>#include <map>
Why do you include the half standard library in a single file? Don't you want to include headers only where you actually need them?