Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, First of all I don't want to go discussion regarding C v/s C++ in Linux kernel etc. I just wanted to know or find out that is there any ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    2

    Question C++ in Linux Kernel

    Hi,

    First of all I don't want to go discussion regarding C v/s C++ in Linux kernel etc.

    I just wanted to know or find out that is there any way available or possible that I can use C++ in my Linux kernel.

    Anyone having some suggestion.

    Thanks

  2. #2
    Linux User
    Join Date
    Jan 2006
    Posts
    414
    Sure, you'll just have to rewrite all the header files and most of the build system, and then do this to every kernel as it's upgraded, without support by any of the kernel dev's. Then you'll be able to add some C++ code that will only be usable by you, and won't make it into the official kernel.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...