Question:
Can anyone help me?I want the header file of pthread.h and sql.h....?
?
2012-02-17 00:27:51 UTC
Hello everyone....

I want the header files of pthread.h and sql.h and all....
The C which i am using uses turbo c++ compiler.....


If possible please send me a download link for the C...

I don't know what to do....

But I really want to know how to get theseheader files and more of these header files....

WITHOUT SPENDING a penny..........


Please guys and girls help me..........
Four answers:
2012-02-17 00:55:38 UTC
You can download the pthreads for windows from the follwing link...



http://sourceware.org/pthreads-win32/
2016-04-07 07:20:05 UTC
For the best answers, search on this site https://shorturl.im/ayihT



If you have a C++ compiler installed on your machine (like Visual Studio), then the "include" path usually has all the header files. I have Visual Studio myself, so I searched under Program Files\Microsoft Visual Studio 8\VC\Include and found the file there. Y! Answers does not let me attach a file, otherwise I could have given you the file itself.
2016-03-13 13:40:22 UTC
It would be part of an older version compiler distribution. I've updated all code to use with very little effort. Depending how much its used in your project, maybe that would be easier than finding a now discontinued header. The difference is that uses a character array for storage and uses a std:string for storage. I've always used them for output formatting so all I had to do was change the type and use c_str() to get a usable character array result.
Boba
2012-02-17 00:56:04 UTC
I found both on Google Code.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...