Anyone knows how to enable rtti and C++ exception?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Locked
torshie
Member
Member
Posts: 89
Joined: Sun Jan 11, 2009 7:41 pm

Anyone knows how to enable rtti and C++ exception?

Post by torshie »

I want to write a kernel in beautiful c++, so these two features are very important. Could anybody give me some help on this? Thanks
My platform: g++, amd64
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Anyone knows how to enable rtti and C++ exception?

Post by Combuster »

Well, start with google and the C++ article (like the good ol'e rules told you to)
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Locked