From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 20 Aug 2010 14:56:40 -0700 From: Lyndon Nerenberg To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: Message-ID: References: <8b002e3d2f652e7a441fb8044b160ceb@swcp.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [9fans] source header question Topicbox-Message-UUID: 4a0dc504-ead6-11e9-9d60-3106f5b1d025 >> Should any program which can run under p9p and plan9 ever be compiled with >> g++ or another c++ compilers? Otherwise is it necessary to check for >> __cplusplus? C is a subset of C++, so a C++ program can validly include native C code.