Advertisement

1 - 10 of 201 containing alltags:("dimensional") (0.001 seconds)
What is the equivalent of a 2 dimensional array in PL/SQL? Basically I need a datastructure that can be identified by two parameters. Could anyone point me to a best solution with an ex?
Zones: OracleDate Answered: 09/23/2004 Grade: A Views: 60
I can, quite easily declare an array in a parameter list of a procedure and now, after some guidance(!!) pass an array to the procedure.  However, in a different procedure I wish to pass a two-dime...
Zones: Visual BasicDate Answered: 11/02/1999 Grade: A Views: 0
How do I create dynamic multi dimensional array ?
Zones: Visual BasicDate Answered: 11/13/2001 Grade: A Views: 4
hey anyone!!! directly to the Q--->>  use the string function to solve the following case study: Suppose that, you have to designing and developing a new application called "Business Card Organi...
Zones: JavaDate Answered: 07/13/2003 Grade: C Views: 0
How to define 2-Dimensional Array list to store different types of data like int and string types. I don't know the size of the array will be decided by the data fetched from the database. Also ...
Zones: C#Date Answered: 06/19/2003 Grade: C Views: 0
Hello All Experts, I 've Got a small problem. I need to pass a Two Dimensional Array to a VB DLL how do i do this . When I tried It gave me an error saving Type mismatch and another error. Para...
Zones: Visual BasicDate Answered: 08/28/2003 Grade: B Views: 0
Ok, we all know since time in memorial that double dimensional arrays are essentinally pointers to pointers and arr[i][j] is equivalent to *(*(arr+i)+j)  where address of arr is de-referenced twice...
Zones: CDate Answered: 02/02/2004 Grade: B Views: 0
Hello, I've got a little problem. I'm fetching data from different oracle tables and databases. I'm generating a text from the data and have a timestamp. So first i fetch data from data...
Zones: JSPDate Answered: 10/04/2004 Grade: A Views: 0
Hi Guys , I am new to perl so need ur help. I have this test code can u guys tell me what is happening in this . I asume that in the push statement we r telling the code that the value of the code ...
Zones: PerlDate Answered: 09/01/2004 Grade: B Views: 0
i have a program that have 2 dimensional pointer array which i use to store a maze. I know the size of the map, its a square, n x n MyObj *** map; map = new MyObj**[n]; for( int i =0 ; i< ...
Zones: C++Date Answered: 01/30/2005 Grade: A Views: 0