delorie.com/archives/browse.cgi | search |
From: | Damian Yerrick <Bullshitd_yerrick AT hotmail DOT comRemoveBullshit> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Differences between DJGPP & Visual C++ |
Organization: | Pin Eight Software http://pineight.8m.com/ |
Message-ID: | <n6f3ds4tlhsqk9h6r97gghpdq0j5iobmlk@4ax.com> |
References: | <20000316232148 DOT 13563 DOT 00000081 AT ng-fm1 DOT aol DOT com> |
X-Newsreader: | Forte Agent 1.7/32.534 |
MIME-Version: | 1.0 |
Lines: | 52 |
X-Trace: | +4AzTZFmtjKOKu7C37OmTzD8oqPto/UKK2DLEE0tHQWPqoMe+MCva2DfnZ10BlnM+IOF+RGvuddt!Qter8JM8CD8VUxy8B3kr3Xxi4EKfOhSKTKeR82yJcsss0nR7mFthbWM90kJaMigwNQX/3FEOZXgT!mjxlq8M= |
X-Complaints-To: | abuse AT gte DOT net |
X-Abuse-Info: | Please be sure to forward a copy of ALL headers |
X-Abuse-Info: | Otherwise we will be unable to process your complaint properly |
NNTP-Posting-Date: | Fri, 17 Mar 2000 05:10:19 GMT |
Distribution: | world |
Date: | Fri, 17 Mar 2000 05:10:19 GMT |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
On 17 Mar 2000 04:21:48 GMT, roadraat AT aol DOT com (RoadRaat) wrote: >I'm a C++ student. In class we develop our C++ projects on >MS Visual C++. Your CS department are brownnosers too? >I use DJGPP on my notebook at home. Good boy/girl. >I'm baffled by some of the differences. Like how GCC has fewer bugs than VC++'s compiler? >I've been reading the documentation, but I can't find everything >I'm looking for. grep >Would a kind person please clear up some of these questions? > >1. Does DJGPP lack the Standard Header Files that are current for? >(Must I use <iostream.h> instead of <iostream> and <iomanip.h> >instead of <iomanip>?) DJGPP has the new stuff. >2. If #1 is Yes, does that mean I can't be referring to namespaces (like 'using >namespace std;')? You have to do this: #include <iostream> #include <string> #include <other_bullcrap> using namespace std; >I'm having trouble figuring out libraries and headers. If I can >make sense out of this, then I can make versions of my exercises >for home and for school. As long as they don't require that you use MFC (recursive for MFC Foundation Classes, also expanded as Mother F in' Crap). -- Damian Yerrick http://yerricde.tripod.com/ Comment on story ideas: http://home1.gte.net/frodo/quickjot.html AOL is sucks! Find out why: http://anti-aol.org/faqs/aas/ View full sig: http://www.rose-hulman.edu/~yerricde/sig.html This is McAfee VirusScan. Add these two lines to your .sig to prevent the spread of .sig viruses. http://www.mcafee.com/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |