article on C compiler and standard lib C related to osdev

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: article on C compiler and standard lib C related to osde

Post by dozniak »

h0bby1 wrote:you need RTTI if you want to cast a base class back to the subclass it has been constructed with


boost.serialization library proves otherwise, so you are wrong.

Can you please stop spreading FUD? It seems that your experience with c++ is close to zero.
Learn to read.
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: article on C compiler and standard lib C related to osde

Post by dozniak »

h0bby1 wrote:Which i have successfully made, on many project, not by accident, and also using c++, virtual classes or other things. either on windows, linux, macos, using various compilers.


Please, I need proofs. In the form of source code preferably.

I find it very hard to believe this, since C++ does not support virtual classes. EDIT: Yes, with some work they can be implemented, but it's not part of the base language.
Learn to read.
Locked