On Mon, Nov 03, 2014 at 03:58:14PM +0530, Lakshmi M wrote:
> Can anyone please let me know how to use c++ compiler as default for
> compiling my c files.

One way would be to have, anywhere in your makefiles:

  CC = $(CXX)

That would compile *all* C as C++.

Attachment: signature.asc
Description: Digital signature

Reply via email to