compiling with linux and filebuf

From: Ahmed Ossman (ahmed_ossman_at_mentor.com)
Date: 03/31/04


Date: Wed, 31 Mar 2004 10:23:25 +0200

Hi all,
I have a compilation error when make the following:

#include <fstream>
//fid : the dwscriptor
//buf:: a char buffer

filebuf sbuf(fid, buf, 2048);

on Linux 7.3 compiler g++ 2.3
And it wors fine on unix

B.R
Ahmed Ossman