User Profile

Collapse

Profile Sidebar

Collapse
pra1983
pra1983
Last Activity: Oct 8 '07, 05:40 AM
Joined: Oct 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pra1983
    replied to Regarding Matrices....
    in C
    please help me about the matrix please......
    See more | Go to post

    Leave a comment:


  • pra1983
    started a topic Regarding Matrices....
    in C

    Regarding Matrices....

    can any one tell me how to declare an unknown size matrix.....
    actally i am generating a matrix of unknown size....
    can i know how can i declare an unknown size matrix....
    and i am also performing matrix operations on it ....
    See more | Go to post

  • pra1983
    started a topic help with the error c4430........
    in C

    help with the error c4430........

    can any one can help i am getting an error saying "missing type specifier - int assumed in line 332"

    but my line of that part are....

    332: getchar();
    333: getchar();
    334: for( i=0 ; i<10000 ; i++ )
    335: {
    336 delete [] netpoint[i];
    337: }
    338: //delete [] netpoint;



    c:\documents and settings\pradee p manusnipally\my documents\visua l...
    See more | Go to post

  • I got that but it is giving me an error sayig that

    "Microsoft Visual Studio
    Unhandled exception at 0x00000000 in project2.exe: 0xC0000005:
    Access violation reading location 0x00000000
    BREAK CONTINUE ."


    I got this so I swiched from two dimensional arrays to vectors.
    but in vectors also i am getting the same error .....
    can any one resolve...
    See more | Go to post

    Leave a comment:


  • how to clear the elements of the vector which has elements.

    if in previous i have

    vect=0 1 2 3 4 5 6
    i need to rewrite the vect to
    vect= 7 8 9 10 11 12

    but it is getting added up like

    vect= 1 2 3 4 5 6 7 8 9 10 11 12......

    how to clear the vector
    i am using ".empty()" vector.. should i keep it in loop........
    See more | Go to post

    Leave a comment:


  • reply



    vec ---- vector in vector
    vec1----- vector which is pushedback into vec
    I am pushing back different size vec1's into vec. can u tell me how to check the length or size of each vector in 'vec' while accessing 'vec'....
    See more | Go to post
    Last edited by pra1983; Oct 5 '07, 02:43 AM. Reason: due to appropriate explaination

    Leave a comment:


  • how can i enter data into that vec . and how can i access the data from the vec after filling in it....
    See more | Go to post

    Leave a comment:


  • pra1983
    replied to filling a vector of vector
    in C
    actially i am trying to fill the vector with the data from a file. Can u suggest me how to fill the vector.(Is it the same way how i fill the 2D matrix).Can i use a single element of the vector from the middle of the vector at a time.Please let me know how to do that.........
    See more | Go to post

    Leave a comment:


  • pra1983
    replied to filling a vector of vector
    in C
    usage of vectors?

    can u tell me then how to printout the data.... from the same thing vec...

    and how to traverse through the vec then....

    how to pick an element or check an intermediate element from the vec.....
    See more | Go to post
    Last edited by pra1983; Oct 4 '07, 07:51 PM. Reason: i would like to send it to the other one who is answering the question ....

    Leave a comment:


  • pra1983
    started a topic using Vectors insteard of Two dimentional arrays...
    in C

    using Vectors insteard of Two dimentional arrays...

    Can any one tell me how to use vectors insteard of two dimensional arrays...

    I was trying to store some thousands of values in an aray but i gives me error in between saying that
    " Stack is out of order in so and so ............... memory location "


    so i tried to use vectors.....
    See more | Go to post
No activity results to display
Show More
Working...