bug-gplusplus
[Top][All Lists]
Advanced

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

cerr cout bug


From: Abdel Said
Subject: cerr cout bug
Date: Wed, 06 Aug 2003 08:11:22 -0400

Hi,
I'm using  g++ 3.2.2 and I get a Segmentation fault error when I try to
run the following code:
  int size = range()->rangeSize();
  cerr << size <<endl;
but no problem when I run this:
   int size = range()->rangeSize();
if you have any suggestion please let me know. I appreciate any help
with this.
Thanks





reply via email to

[Prev in Thread] Current Thread [Next in Thread]