Feb 19

What Is C++?

Programming by Imam | No Comments »

You can see that the C programming language was developed first, C++ was developed later. You might be asking yourself what, exactly, is C++ and how does it relate to C? The answer is that C++ is essentially C taken to the next level. The most obvious difference between the two is that C++ supports object orientation. However, C++ sports many other improvements over C. For example, C++ handles strings better than C, and has a more robust exception handling.

Popularity: 3% [?]

Jan 30

Welcome to C#

Programming by Imam | No Comments »

Microsoft Visual C# is Microsoft’s powerful, component-oriented language. C# plays an important role in the architecture of the Microsoft .NET Framework, and some people have drawn comparisons to the role that C played in the development of UNIX. If you already know a language such as C, C++, or Java, you’ll find the syntax of C# reassuringly familiar because it uses the same curly brackets to delimit blocks of code. However, if you are used to programming in other languages, you should soon be able to pick up the syntax and feel of C#; you just need to learn to put the curly brackets and semi-colons in the right place.

Popularity: 3% [?]