Date: Thu, 16 Nov 1995 08:07:36 -0500 From: kagel AT quasar DOT bloomberg DOT com To: BigBellyBoy AT fathouse DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: HELP I can't figure djgpp out :( Reply-To: kagel AT ts1 DOT bloomberg DOT com Errors-To: postmaster AT ns1 Xref: news-dnh.mv.net comp.os.msdos.djgpp:3271 Path: news-dnh.mv.net!mv!news.sprintlink.net!usenet.kornet.nm.kr!news.kreonet.re.kr!usenet.seri.re.kr!news.dacom.co.kr!newsfeed.internetmci.com!info.ucla.edu!library.ucla.edu!nnrp.info.ucla.edu!BigBellyComputer From: BigBellyBoy AT fathouse DOT com (BigBellyBoy) Date: 16 Nov 1995 00:46:01 GMT Newbie question..but I've been getting frustrated... I can't seem to get djgpp to compile any of my c++ programs... What am i doing wrong...I know my progs will compile becuase I can compile them at school with g++. What is the command to compile c++ progs with djgpp I've read all the faqs I could I don't understand what I'm doing wrong.. HHHHHHEEEEEEEEEEELLLLLLLLLPPPPPPPPP I'm going insane The gcc driver program recognizes and compiles gas, C, Objective-C, and C++ by the filename extension. C++ programs are named file.cc. Gcc may recognize file.C internally as the UNIX gcc does, but under DOS file.c and file.C are indistinguishable names so it will think it is a C program. However, the older file.cpp and file.c++ conventions are not recognized.