Re: building (porting) c++ project w/ deprecated features -- did I do this right?

2006-04-04 Thread Nate Thern
Eric Blake comcast.net> writes: > You are > better off teaching your application about modern C++, and sending those > patches back upstream to the "C Scripting Language" project. Agreed. I'm just an engineer and self-taught C programmer who regularly compiles his own stuff on cygwin when it's no

building (porting) c++ project w/ deprecated features -- did I do this right?

2006-04-03 Thread Nate Thern
I'm building "The C Scripting language" on cygwin, and it uses some deprecated c++ include files and notations. The ones that caused problems are fstream.h and strstream.h I had to do the following to get it to compile: 1) add a "strstream.h" in the headers directory that includes 2) force head