User Profile

Collapse

Profile Sidebar

Collapse
abdulsamad
abdulsamad
Last Activity: Feb 19 '08, 07:35 PM
Joined: Feb 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • abdulsamad
    replied to returning d array from function
    in C
    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
    See more | Go to post

    Leave a comment:


  • abdulsamad
    started a topic returning d array from function
    in C

    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;
    ...
    See more | Go to post

  • abdulsamad
    replied to Getting final project
    in Java
    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...
    See more | Go to post

    Leave a comment:


  • abdulsamad
    replied to Getting final project
    in Java
    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 reply
    See more | Go to post

    Leave 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
    See more | Go to post

  • abdulsamad
    started a topic Getting final project
    in Java

    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
    See more | Go to post

  • abdulsamad
    started a topic getting the size of dynamic array
    in C

    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;
    ...
    See more | Go to post
    Last edited by Ganon11; Feb 13 '08, 11:29 PM. Reason: Please use the [CODE] tags provided.
No activity results to display
Show More
Working...