cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Error
Error
Jul 10, 2010 at 6:00am UTC
atifjatt
(16)
invalid conversion from `void*' to `BYTE*' I m using Eclipse C++
Jul 10, 2010 at 6:02am UTC
Zhuge
(4664)
You can't implicitly convert void* to other pointer types in C++. You need to cast.
Jul 10, 2010 at 6:04am UTC
atifjatt
(16)
tel me the procedure i m new in c++;
Jul 10, 2010 at 6:05am UTC
Zhuge
(4664)
http://www.cplusplus.com/doc/tutorial/typecasting/
Jul 10, 2010 at 6:17am UTC
atifjatt
(16)
thnx dear i got,
Topic archived. No new replies allowed.