Date: Sat, 08 Feb 1997 18:37:44 -0600 (CST) From: "Mr. Fuju" Subject: Class libraries... To: djgpp AT delorie DOT com Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT I've checked ahead in the FAQ as I am reading it and can't find anything specific for my difficulty... Can you help? I tried writing a "Hello World" program and it wouldn't work! It didn't like me using cin and cout and << and >> operators... Works fine with printf, but I've not used that in so many years. Are iostream classes available? If not, this poses a problem for me since that is also how I do text file I/O, and also how I open binary files for use with the read () and write () functions. Kevin A. Pieckiel