Thread: New to C++
View Single Post
Old 10-13-2005, 07:16 PM   #10 (permalink)
Deliverance
C++ Beginner
 
Join Date: Jul 2005
Location: Ottawa
Posts: 73
Deliverance is on a distinguished road
Hey redhead, sorry I haven't been working on this. The concept has been way over my head for a while and I've been working on simpler tasks and trying to grasp a better understanding of functions and strings all the while. I have a question however, with your template (difference being Im using the standard namespace as I'm not used to consistently using std:: with endl, cout,cin,etc.) and I get this error (visual studio 6)

fatal error C1083: Cannot open include file: 'stdlib': No such file or directory

I've tried your code untouched and mine, as well as stdlib.h but then I get more errors as is, and I know C++ now doesn't use extensions on including header files. Before I start setting this project out (I think I can tackle it on now) I have to get this error fixed. Any suggestions?
Deliverance is offline   Reply With Quote