![]() |
| | #1 |
| Registered User Join Date: Jun 2008
Posts: 9
| Choosing the right C++ compiler What is the best tool to write kernel drivers and low level network programming? Dev-Cpp++, Borland C++, VC++ 8.0? Regards, Thomas |
| thomas_joyee is offline | |
| | #2 | |
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,783
| It doesn't really matter. A compiler is a compiler and will work the same, regardless of which compiler you choose. It's up to your preference, really.
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| |
| Elysia is offline | |
| | #3 |
| Afraid of widths Join Date: Apr 2008 Location: Chicago
Posts: 887
| |
| medievalelks is offline | |
| | #4 | |
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,783
| Obviously not, but that's obvious. If you are going to write for platform X, then use a compiler than runs on platform X and not platform Y.
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| |
| Elysia is offline | |
| | #5 |
| Technical Lead Join Date: Aug 2007 Location: London, UK
Posts: 723
| I think you're crediting newbies with too much insight... QuantumPete
__________________ "No-one else has reported this problem, you're either crazy or a liar" - Dogbert Technical Support "Have you tried turning it off and on again?" - The IT Crowd |
| QuantumPete is offline | |
| | #6 | |
| Kernel hacker Join Date: Jul 2007 Location: Farncombe, Surrey, England
Posts: 15,686
| Quote:
For application level programming ("low level network programming", I take to mean non-kernel code, but working with network protocols in user mode), I would probably choose Visual Studio, but that's a more open choice. As pointed out, if you are working with a different OS than Windows, then you need a different compiler. -- Mats
__________________ Compilers can produce warnings - make the compiler programmers happy: Use them! Please don't PM me for help - and no, I don't do help over instant messengers. | |
| matsp is offline | |
![]() |
| Tags |
| c++, compiler |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C Compiler and stuff | pal1ndr0me | C Programming | 10 | 07-21-2006 11:07 AM |
| I can't get this new compiler to work. | Loduwijk | C++ Programming | 7 | 03-29-2006 06:42 AM |
| how to call a compiler? | castlelight | C Programming | 3 | 11-22-2005 11:28 AM |
| Help With finding a compiler | macman | General Discussions | 4 | 04-15-2005 08:15 AM |
| choosing a compiler | almost_here | Game Programming | 4 | 11-29-2001 07:20 AM |