Advertisement

1 - 10 of 97 containing alltags:("prototype") (0 seconds)
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...
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...
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
Zones: MiscDate Answered: 05/19/2006 Grade: A Views: 0
Can someone please explain the const suffix on the following: int foo(void) const;
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...
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...
Zones: JavaScript, XHTMLDate Answered: 01/12/2007 Grade: A Views: 0
--------------------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:/...
Zones: PHP, PHP for WindowsDate Answered: 09/03/2007 Grade: B Views: 13
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"); ...
Zones: Scripting, JavaScript, DHTMLDate Answered: 03/02/2008 Grade: A Views: 8
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...
Zones: JavaScript, Web DevelopmentDate Answered: 08/11/2008 Grade: A Views: 48
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...
Zones: CDate Answered: 10/10/2000 Grade: A Views: 0