being a noob (i am an intermediate-level c++ programmer [or whtevr, i cannot find the correct expression, excuse my poor english ]) i suggest u keep away from reinterpret_cast as fire!!
use static_cast, or dynamic_cast instead
This post was edited on 01-28-2005 at 02:57 AM by zaidgs.
C++ help - by Millenium_edition on 01-25-2005 at 01:55 PM RE: C++ help - by Concord Dawn on 01-25-2005 at 01:59 PM RE: RE: C++ help - by Millenium_edition on 01-25-2005 at 02:09 PM RE: C++ help - by RaceProUK on 01-26-2005 at 09:38 AM RE: C++ help - by segosa on 01-26-2005 at 06:35 PM RE: C++ help - by TheBlasphemer on 01-26-2005 at 06:59 PM RE: RE: C++ help - by Millenium_edition on 01-26-2005 at 07:39 PM RE: C++ help - by RaceProUK on 01-26-2005 at 09:06 PM RE: C++ help - by zaidgs on 01-28-2005 at 02:50 AM