| Home | SQL | PHP | HTML | Perl | PowerBuilder | C/C++ | General | Solutions | Contacts |
CIndexDownloads |
C and C++C versus C++C has in many ways been superceded by C++, primarily because of the object oriented features of C++. However, C++ compilers will generally compile C code so I've grouped them together. In general I would recommend using the C++ language constructs for any new developments. C#C# is a simpler to learn version of C / C++, which is used primarily in .net applications. It's a windows only language and not something I've looked into too much, but from what I've heard it is worth considering for development on windows servers. Given my lack of knowledge in this area I won't comment any further on it at the moment. What is C / C++?C has it's roots in BCPL, and a language called B, it was initially developed for Unix systems. There are really 2 forms of C, ANSI C and K&R C, most compilers will compile either syntax but it is probably best to use ANSI C (particularly on non Unix systems). C++ is similar to C, but also brings the benefits (and pitfalls in the wrong hands) of object orientation. It is one of the most popular languages in use, being used for many different types of systems. Pros (both C and C++ unless specified)
Cons (both C and C++ unless specified)
Consider using for
| |
| This is Code, all contents copyright - © Wayne Jones 2004. |
