Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
C++ cast problem
Name: Stephan Date: August 13, 2002 at 03:43:11 Pacific
Comment:
I am writing a C++ program using pthreads and searching for a CLEAN way to cast void*(someclass::*)(void*) to void*(*)(void*). The following example works but produces warnings.
Summary: Ok, I have to write a program that can load a student log file into the program calculate the number of online hours for each student and generate a statistical report of the results. I am having prob...
Summary: Hi everybody, I am doing one MATLAB C++ PROGRAM and i facing some linking problems. Linking... improved_DA1lib.obj : error LNK2001: unresolved external symbol _TerminateModule_improved_DA1 improved_DA...