From: roadraat AT aol DOT com (RoadRaat) Newsgroups: comp.os.msdos.djgpp Subject: Differences between DJGPP & Visual C++ Lines: 20 NNTP-Posting-Host: ladder05.news.aol.com X-Admin: news AT aol DOT com Date: 17 Mar 2000 04:21:48 GMT Organization: AOL http://www.aol.com Message-ID: <20000316232148.13563.00000081@ng-fm1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm a C++ student. In class we develop our C++ projects on MS Visual C++. I use DJGPP on my notebook at home. I'm baffled by some of the differences. I've been reading the documentation, but I can't find everything I'm looking for. 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 instead of and instead of ?) 2. If #1 is Yes, does that mean I can't be referring to namespaces (like '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. Thanks for anybody's help. RoadRaat