Since 6/1/2012 3:39:07 AM, LowieW07m has written 2 articles and participated in 1 conversations. LowieW07m signature: LowieW07m
LowieW07m's articles:
Items(2) /1
Problem with copy constructor336 (3/1/2008 9:36:41 PM) comp.lang.c++ Hi, I have this working program (see first program below) that works without an explicit copy constructor: //--------------------------- start of first program -----------------------------// #include usin... wyndz0108
error: 'ostream' has not been declared454 (2/10/2008 8:31:39 PM) comp.lang.c++ hello, i have this program that prints out some text using ostream. i am using g++ (GCC) 3.4.4; the original program compiles and run. refer to first program below. but when i modified it by moving the class to... wyndz0108
LowieW07m's replies:
Items(1) /1
error: 'ostream' has not been declared454 (2/10/2008 8:31:39 PM) comp.lang.c++ hello, i have this program that prints out some text using ostream. i am using g++ (GCC) 3.4.4; the original program compiles and run. refer to first program below. but when i modified it by moving the class to... LowieW07m(3)