CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #3
    Join Date
    May 2001
    Posts
    472
    You have not allocated the memory for appendDate with malloc - that is the cause of the crush. You should have used static arrays instead of dynamic memory allocation as it is inappropriate here.
    Last edited by Alexey B; August 26th, 2002 at 11:18 AM.
    Ce n'est que pour vous dire ce que je vous dis.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured