then should i return it like that
int* fillArray()
{
return array; // where array is a 2d array
}
void main()
{
int array[6][6];
array=fillArray ();
}
if not kindly send me the code which will return the 2D array
User Profile
Collapse
-
returning d array from function
can any1 tell me how to return 2d array from a nested functions......
i am doing it like that i have two classes........ ...
Game{
private:
int array[6][6];
public:
int** fillArray()
{
return array;
}
};
Graphics
{
private:
Game play;
... -
sir i am not expecting a single project from you .........
i am just asking about some area about which i should focus on them so in the end may be i choose final project from those areas which u have figured out..........
sir i am new to java and studing j2ee on my own hence dont hae a very clear cut idea about it............. ..Right now i am just getting knowlede that what j2ee actually is and what are its compone...Leave a comment:
-
basically i want to excel in j2ee and i have studied java at a good level ............
i have some basic iea of servlets ,jsp's,java beans and custom tags ........
can u figure out some list of final projects and i have 1 year to complete this project
plz replyLeave a comment:
-
Need some good ideas about final project
Hello
i wanna select my final project and i dont have any idea what to do any body have some good ideas related to final projects plz also let me know .....
i also want sujjessions that should i do my final project in java or in .NET..........
try tobe just neutral........ ...........
regards
abdulsamad -
Getting final project
Hello
i wanna select my final project and i dont have any idea what to do any body have some good ideas related to final projects plz also let me know .....
i also want sujjessions that should i do my final project in java or in .NET..........
try tobe just neutral........ ...........
regards
abdulsamad -
getting the size of dynamic array
Hello there
i wanna get the the size of a dynamic array of integer type which i have created like that.........
[CODE=cpp] int *arr=0;
arr = createTempArray ();
arr = storeRowValues( arr);
arr = storeColValues( arr);
check(arr);
}
}
}
int* createTempArray ()
{
int length = rowIndex+colInd ex;
...
No activity results to display
Show More
Leave a comment: