Re: L4Ka::Pistachio code style
arnuld <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
> >it is C++ written in C style rather than the C++ design advocated by > >Stroustrup and other respected members of the C++ community . why > >L4Ka::Pistachio adopted this style & why it does not use "Standard > >Library, Class mechanism & Templates" at most places instead of that > >low-level C style. [1] > > Because we don't want the overhead of virtual functions, and want to have > a precise understanding of the data structure layout and the code generated. So you use write data-structures directly in C++ rather than using Std Lib. or STL. Hmm.. i am a "beginning level" C++ programmer. i understand & know the "procedural paradigm" part of C++. How can i help in the development of L4Ka::Pistachio (by doing C++ coding)? -- arnuld http://arnuld.blogspot.com/