passing arays

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ganesh13
    New Member
    • Feb 2007
    • 2

    passing arays

    How to pass the 2d araay to the function?
    and how to manage the 2d arrays with pointers?
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by ganesh13
    How to pass the 2d araay to the function?
    and how to manage the 2d arrays with pointers?
    are you working in C or C++?

    for C++ 2D arrays have a look at
    http://www.thescripts. com/forum/thread596510.ht ml

    and for pointers
    http://www.thescripts. com/forum/thread596921.ht ml

    Comment

    Working...