Advertisement

Forgive my ignorance

Started by May 02, 2001 09:39 AM
1 comment, last by KlePt0 23 years, 9 months ago
Hi, I''m not quite used to VC++ yet and haven''t gotten the stl to work without using MFC. I''ve downloaded the SGI version and have gotten it working(VC6.0 sp0) but I was tired at the time and I CANT REMEMBER WHAT I DID TO GET IT WORKING. The only problem is just getting it to recognize the " list " template. I''ve tried renaming list to list.h (I don''t know why, just thought I''ld try it) and all directories are set up( at least i think, it should only be headers, but you never know ;-) ). So I don''t get what the *#$@#%& is going on. Well i would really appreciate any help. ( I''m gonna go try the service packs. ) Robert Warden Lasershot Shooting Simulations
Bobby Ward - COM Guru in training
my bad

~~~~~~~>using namespace std;


oops.

Robert Warden
Lasershot Shooting Simulations

Bobby Ward - COM Guru in training
Advertisement
It''s better not to include everything in namespace std, but instead put std:: on the front of the things you are going to use (like std::list). At least that''s what they say

This topic is closed to new replies.

Advertisement