Enter Keywords:
1 - 10 of 1008(0.002 seconds)
Sort By:
 
In two instances, i have compiled programs using the math.h and string.h files, only to get the following error: (for math.h) ld: 0711-317 ERROR: undefined symbol: .sqrt ld: 0711-345 Use the -blo...
Zones: C, SSIDate Answered: 01/19/1999 Rating: 7.0 Views: 0
How would I profile the execution of a C program under Solaris. I want to know what subroutines are called, how many times, and how long they take to process (min, max, average). I am trying to fin...
Zones: Unix Systems ProgrammingDate Answered: 02/05/1999 Rating: 5.8 Views: 0
I have a template class: template<class T> class vector_wrapper {       typedef vector<void*> GEN_VECTOR; public:       GEN_VECTOR v;                                    GEN_VECTOR::iterator cur_itr;       vector_wrapper() {};   ...
Zones: C++Date Answered: 01/11/2000 Rating: 4.6 Views: 0
I've ran into a snag learning the C language and am unsure how to proceed. Today, when I tried to compile a program with the pow function, the following output (Linux 6.1) was displaye...
Zones: CDate Answered: 12/23/1999 Rating: 7.6 Views: 0
I'm working with test software and it comes up with this "call to undefined dynalink" error, after which I cannot do anything anymore. What file or type of file would be referring to a dynalink a...
Zones: Lotus NotesDate Answered: 04/30/2000 Rating: 8.0 Views: 0
When i compile my code with less arguments in function then it gives error like "to few arguments in function ...." and when i m giving appropriate argument it gives compiler error like "undefine...
Zones: Linux NetDate Answered: 06/17/2000 Rating: 7.2 Views: 0
I have created a utility file that will generate DOCTYPE and HEAD data to simplify some web page constructs. here is my util package... package core_servlets; import javax.servlet.*; impo...
Zones: Java, Servlets, New To JavaDate Answered: 03/07/2001 Rating: 7.8 Views: 0
Hi, I am generating a form which may have one or multiple checkboxes. Using the following code (document.form.element.length) is fine if there is multiple checkboxes but when I have only one i get ...
Zones: JavaScriptDate Answered: 04/30/2001 Rating: 8.2 Views: 73
I'm trying to create a Resource only dll so I can intenationalize my application but I am having problems. I am following the instructions here http://msdn.microsoft.com/library/default.asp?url=/li...
Zones: Windows MFCDate Answered: 07/23/2001 Rating: 7.6 Views: 0
Hi I would like to know how you make a function with an infinit numbers of arguments in C++ Eg. printf("asdfasdfasf", x1, x2, ... x_infinit) printf does it! How do I make a function mysel...
Zones: C++Date Answered: 10/26/2001 Rating: 8.4 Views: 0