Search:
Forum
General C++ Programming
how to replace particular row and column
how to replace particular row and column value
Oct 24, 2011 at 1:44pm UTC
Johnson Emmanuel
(1)
hi i have a matrix. in this i need to modify only particular value( 5th row 6th column) for this case how to write code ??
Last edited on
Oct 24, 2011 at 1:44pm UTC
Oct 24, 2011 at 1:47pm UTC
closed account (
D80DSL3A
)
matrix_name[4][5] = value;
?
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs