Well, the very first include on the list, "stdafx.h", is a programmer defined file... that's why it's in quotes rather than angle brackets. So... you're not going to find that in any standard library. Without that, it'll never work, but.... I'll continue the explanation anyway.
The second one that comes up bad is <uniastd.h>. I can only guess that this is a typo, and they really meant <unistd.h>, a library of misc. UNIX standard symbolic constants and types.
The last one that wasn't found was <sys/pram.h>. Again, I'm going with a typo, and assuming this was meant to be <sys/param.h>, which, as you can probably guess, is a library to describe system parameters.
There's also an unterminated string on line 97. Just add a double quote before the last paren.
These are the errors I got on an initial compile using gcc version 2.95.3 under Slackware 8.1. There may be more, of course, once those are resolved.
If the article had an e-mail address for the author, I'd try that for a source for the first header file... otherwise, you're pretty much SOL.
Originally posted by jetforce4004 why would i add my credit card number? and i tryed the profile it was locked out for the e-mail part. i tryed*nix because war0ps suggested it and could you suggest a compiling program for *nix. anyone have suggestions?
God Forbid you visit the persons website. You might actually find a whole assortment of ways to contact the person. But, shit that would take actually processes of your brain, wouldn't it?
why would i add my credit card number? and i tryed the profile it was locked out for the e-mail part. i tryed*nix because war0ps suggested it and could you suggest a compiling program for *nix. anyone have suggestions?
i have been trying to get some code to work that i got out of a 2600 issue but it wont work. I tryed to compile it and run it in unix and microsoft c++.net and microsoft c++ 6.0 and none of them work. They say they are missing about half of the include files. the code is kinda long but it is the forging pings code in the fall 1999 issue if you would like me to post it i will but its like 4 pages. Can somone tell me whats wrong? should i try another compiler. I cant find any solutions on google and no other code like this. I think its c++ or c. thanks
Leave a comment: