User Profile
Collapse
-
please help me about the matrix please...... -
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 .... -
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... -
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...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........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'....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....Leave a comment:
-
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.........Leave a comment:
-
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.....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:
-
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.....
No activity results to display
Show More
Leave a comment: