lkml.org 
[lkml]   [1996]   [May]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: ideas
Date
> Ok, those are good temporary reasons to not use C++.  Those problems
> should improve or eliminate themselves over time, when we might want to
> change our minds. But until then, how about making the kernel
> _compilable_ under C++? The advantages in the stronger type checking

Its actually meant to be buildable under g++ currently. Thats why we don't
have variables called new or lines like

v=8//**/
-4;

> alone should be more than enough reason to periodically compile the
> kernel w/ g++ to make sure there aren't any subtle type errors. In a

Yes. Although gcc -Wall -pedantic is a pretty good checker for most
things.

> good safety measure. There's even a chance it could improve some code
> by pointing out which parameters weren't used in a function. While it
> doesn't guarantee good code, it does prevent sloppy code from causing
> problems.

No arguments.



\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.271 / U:0.244 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site