I have a function that is prototyped in a header file:
extern long foo(long in_val);
Then, in one of my C files, it is sort of prototyped (if that's the right word)
void bar()
{
lon...
http://www.experts-exchange.com/Programming/Languages/C/Q_21377175.html
Zones:
CDate Answered: 04/06/2005 Grade: A Views: 0
Since I have a rather large array, I would like to pass it to a subroutine by reference. I am also passing a scalar value. I know there are several ways to do this:
The first way I tried succe...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21788678.html
Zones:
PerlDate Answered: 04/08/2006 Grade: A Views: 0
What exactly is it? Is it similar to task analysis or used in conjunction, or am I going down the wrong path?
Non tech answer please guys.
Cheers
http://www.experts-exchange.com/Other/Miscellaneous/Q_21852551.html
Zones:
MiscDate Answered: 05/19/2006 Grade: A Views: 0
Can someone please explain the const suffix on the following:
int foo(void) const;
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21871633.html
Zones:
C++Date Answered: 06/01/2006 Grade: A Views: 0
I have a JS prototype function that calls a servlet looking for the value in a key-value pair.
GetValue: function(key){
debugAPI("GetValue: " + key);
var myAjax = new Ajax.Requ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22061931.html
Zones:
JavaScriptDate Answered: 11/16/2006 Grade: A Views: 0
Hi all,
Firstly, I'm new to prototype, & am trying to use the version 1.5.0_rc1.
I'm trying to get prototype to dynamically read JSON formatted data & display it in a textbox.
I got the URL fr...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22070834.html
--------------------HTML PAGE----------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http:/...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22790686.htm...
Im having trouble with prototype in my javascript.
i have the following example
function SlideShow() {
//i create a play button here
this._playControl = document.createElement("img");
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Q_22807276.html
Lets say we have a dropdown, I want to remove all the current options, and place new ones in the dorpdown.
for example, the drop down says a, b, c ... I wnat to change them to 1, 2, 3 .. how do...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23638019.html
What do the three dots mean in the prototype of a function?
What are the implications?
Give me all the infos about these ...
example: void log_message( int y, char *formatString, ... )
Th...
http://www.experts-exchange.com/Programming/Languages/C/Q_11506898.html
Zones:
CDate Answered: 10/10/2000 Grade: A Views: 0