Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Question on DLL
Name: rag84dec Date: November 22, 2008 at 05:35:01 Pacific OS: Window XP CPU/Ram: INterl 520 RAM Product: Intel
Comment:
Hi all, I am new to programming,
I have few static libraries written in c++ using microsoft visual studio c++ 6.0. I want to creat a DLL using those static libraries. I have few questions...
1) What are the threading issues i need to consider?.I mean , if i have a class , do i need to make data mambers and member functions thread safe?. How?. 2) While writing the APIs to access the static library functions do we need to "Export" the functions?..
Summary: I'm doing a course in Programming but I really battle. I have a series of questions I need answers on but it's too many to post here. If somebody willing to help me can supply me an e-mail I will se...
Summary: Hi, I am just learning c++ but am having a problem getting started. I have some very basic code, #include int main() { cout "Hey!\n"; return 0; } I go to compile and run it but when I run it I sim...
Summary: Hello all. Newbie to C. I have some questions about some of the memory allocation functions in C. 1) This is if you are adding memory to an allocated block: Does the realloc(ptr, NUM + 1) function aut...