c++ runtime implementation

J

Jonathan Mcdougall

I am working on an operating system in C++ and I need counsels on what to do
in the kernel in order to be able to use some C++ features needing runtime
support (for example, exceptions and rtti). I know about this newsgroup's
charter and I know it is offtopic to ask such questions here. Since
alt.os.development is not satisfactory, do any of the people here have some
suggestions about where I could ask questions?

Thank you,


Jonathan
 
P

Peter Koch Larsen

Jonathan Mcdougall said:
I am working on an operating system in C++ and I need counsels on what to do
in the kernel in order to be able to use some C++ features needing runtime
support (for example, exceptions and rtti). I know about this newsgroup's
charter and I know it is offtopic to ask such questions here. Since
alt.os.development is not satisfactory, do any of the people here have some
suggestions about where I could ask questions?

Thank you,


Jonathan
Neither of these features need any os-support. What makes you believe they
do?
I believe Lippman has written a book about how to implement support for C++
internal structures.
This book might be a good read, but you must do the search yourself.

/Peter
 
J

Jonathan Mcdougall

I am working on an operating system in C++ and I need counsels on what
to
Neither of these features need any os-support. What makes you believe they
do?

I was under the impression that exception handling for example needed a
runtime support and that, since I am writing an operating system from
scratch
(just for fun), I needed to implement that runtime system myself. No?
I believe Lippman has written a book about how to implement support for C++
internal structures.
This book might be a good read, but you must do the search yourself.

"Inside the C++ Object Model"? Yeah, but it does not seem to answer my
questions.


Jonathan
 
T

Thomas Matthews

Jonathan said:
I am working on an operating system in C++ and I need counsels on what to do
in the kernel in order to be able to use some C++ features needing runtime
support (for example, exceptions and rtti). I know about this newsgroup's
charter and I know it is offtopic to ask such questions here. Since
alt.os.development is not satisfactory, do any of the people here have some
suggestions about where I could ask questions?

Thank you,


Jonathan

See also: http://www.acceleratedtechnology.com/
Also use your favorite search engine for "Operating System C++"
or searching using your OS and "C++".

You could also contact the people who developed your OS and
also your compiler.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,175
Messages
2,570,942
Members
47,489
Latest member
BrigidaD91

Latest Threads

Top