[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: g++-3.0 question



> #include <vector.h>
should be 
#include <vector>

> #include <stdio.h>
should be 
#include <cstdio>

for the rest, apply either of the proposed solutions by Tellef Fog Heen.

cheers
Uli



Reply to: