PDA

Click to See Complete Forum and Search --> : Maybe dumb..but mostly green :)


Sophtware
Sep 21st, 2000, 02:28 PM
Where can i find a descripton of c++ header files?

Like the ones that come with vc++ compiler?

also..is there a place i can copy or get a already packaged set of headers?

parksie
Sep 21st, 2000, 04:25 PM
They're all in the PSDK. For other header files, just search for what you want. What headers did you need?

Sophtware
Sep 21st, 2000, 08:42 PM
I know the headers that i need are mostly used for internet stuff.like winsock..but i dont know for sure...
If i am not asking to much..maybe you can copy some those internet header files and send them to jeffboddie@aol.com??

Thanks. and what does PSDK Stand for?? i heavnt got a clue.

HarryW
Sep 21st, 2000, 11:10 PM
It's platform SDK. Platform being the Windows platform and SDK being software development kit.

To download it, go to the MSDN online download centre (http://msdn.microsoft.com/downloads/sdks/platform/platform.asp).

[Edited by HarryW on 09-22-2000 at 12:13 AM]

Sophtware
Sep 21st, 2000, 11:22 PM
Thanks Harry :)
I Appreciate it.