compile error, bzero

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
yulka
New poster
Posts: 2
Joined: Mon Aug 02, 2004 6:15 pm
Contact:

compile error, bzero

Post by yulka »

Hi, I had a compile error, because I used bzero
Why????

(i tryed to submit with cstring, string.h, but I had to replace it by zeroing "manually")
Evan Tsang
New poster
Posts: 11
Joined: Sun Jan 02, 2005 9:14 am

Post by Evan Tsang »

This function is deprecated -- use memset in new programs.
Post Reply

Return to “C++”