Messages in this thread |  | | Subject | Re: Linux kernel modules development in C++ | Date | Wed, 27 Sep 2000 22:00:54 +0100 (BST) | From | Alan Cox <> |
| |
> I have written the Windows platform version in C++ using Numega's tools > encapsulating the driver code in classes. > More of this classes isn't OS specific and it work well in any OS.
And do you rely on any exception throwing ?
If you use no exceptions (including thus using new and other constructors that allocate) you should be ok.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |