Need an opinion about C creation array problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PBIRBAS
    New Member
    • Oct 2009
    • 3

    Need an opinion about C creation array problem

    Hi to all,
    Could someone advise me about how to create dynamic an Array in C, (nxm) from strings and read values in this array ?
    Thanks in advance...
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Try reading this http://bytes.com/topic/c/insights/77...rrays-revealed.

    Comment

    Working...