gcc1.dsl acting wierdForum: myDSL Extensions (deprecated) Topic: gcc1.dsl acting wierd started by: SaidinUnleashed Posted by SaidinUnleashed on Nov. 03 2004,17:33
I've noticed that in the gcc1.dsl the old "legacy" libraries, like iostream.h, work fine, but the current libraries like string, ios, and iostream do not work properly.Don't know if this is a bug in just the .dsl or in that version of gcc, because I don't have a non-DSL computer handy, but I'll test later. ke4nt1 has noticed some oddities as well. Just thought you guys would want to know. -J.P. Posted by clacker on Nov. 05 2004,16:03
I found < this link > to a page that shows how to use c++ in gcc. I think you also need to type g++ not gcc for c++ programs. Here's a sample from that site:
|