CodeSteps

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

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 […]

Skype – Update to new version

Skype provides a simple way to upgrade to new versions from its check for updates feature. This feature checks for any updates available for Skype, download and install them. This article explains the steps to upgrade to a new version of Skype. This article applies to: Skype 6.x Step 1. Open Skype application. Step 2. […]

Joomla – Enable or disable Plugins

Joomla Plugins are code modules useful to extend Joomla’s functionality. Once the Plugin is enabled in Joomla, Joomla will load the Plugin and provide the functionality by calling functions within the Plugin when the associated event is triggered. Functions in Plugin are associated with trigger events. This is a powerful way of extending Joomla’s functionality. […]

Blend – Creating a New Project

Microsoft Blend for Visual Studio is XAML (eXtensible Application Markup Language) based user interface design tool used to develop standalone or web-based applications. This article explains the steps to create a New Project in Blend. This applies to: Microsoft Blend for Visual Studio 2012 (Version 5.x) Step (1). Open Microsoft Blend for Visual Studio application. Step […]

Scroll to top