CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Microsoft Visual Studio 2012

C++ – Pure Virtual functions

C++ Pure Virtual functions are used to create an abstract classes or interfaces. Pure Virtual functions have no function definition; just the function will be declared and the definition left to the derived classes. In C++, like Java, there is no interface keyword to create an interface. To create an interface in C++, the option […]

Visual Studio – How to create a Project?

Microsoft Visual Studio is a powerful integrated development environment (IDE) useful to develop different types of applications. Microsoft Visual Studio is mostly useful to develop applications based on Microsoft Technologies. This article explains the steps to create a simple project using Microsoft Visual Studio IDE. This applies to: Visual Studio 2012 Step (1). Open Visual […]

Scroll to top