From: George Newsgroups: comp.os.msdos.djgpp Subject: Re: c++ problem Date: Mon, 26 Feb 2001 21:51:41 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3A9B244D.7F3A@centurytel.net> X-Mailer: Mozilla 3.0 (Win95; U) MIME-Version: 1.0 References: <000701c0a06a$28f9a200$62f638cb AT default> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse AT supernews DOT com Lines: 26 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jason wrote: > > I'm new to this C++, so I have a few Question. > 1. when you write the source code do you save it as text? what > extention yes, file.c for c, file.cpp for c++ > 2. can you write it in and text program? what? > 3. how do you compile your program once it is written? depends on your compiler > for example where do you save the source code to be compiled? where do you want to save it? > and how do you compile it?like is it in dos or what? again, depends on the compiler > > Thanks!!