Today my team had problem with the memory when allocating a new CLabel. I figured the problem and it was because i was using strcpy when I should've been using memcpy! I know stupid eh but yea. After a little research i decided to implement memcpy into my code when i shouldve implemented it long time ago. Here's what I found out about memcpy vs strcpy.
PatrickV. OOP344
Wednesday, March 30, 2011
memcpy vs strcpy
Wednesday, March 16, 2011
Subscribe to:
Posts (Atom)