CodeSteps

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

How to upgrade Oxwall based websites?

Oxwall is a flexible and easy to use social networking software platform developed using PHP/MySQL. This article explains how to upgrade Oxwall based webistes to new versions of Oxwall. Step (1). Download latest Oxwall software from Oxwall website. Step (2). Log-in to your site’s hosting and upload the latest Oxwall software into the root folder […]

How to create recurrence meeting requests in Microsoft Outlook?

Microsoft Outlook allows creating/scheduling meeting requests for face-to-face meetings or online meetings. Microsoft Outlook allows to create, re-schedule, or cancel the meeting requests. This article explains all these. This article applies to: Microsoft Office 2010 Step (1). Open Microsoft Outlook application. Step (2). Click on the Home tab and click on the New Items button. […]

Passing class member function as a controlling function to AfxBeginThread (VC++)!

In Visual C++, usually we use AfxBeginThread function to create a Thread which will run the piece of code concurrently. AfxBeginThread function can be useful to create both worker thread and an user-interface thread. This article explains the first flavor of AfxBeginThread function which is useful to create worker threads. How to create worker threads? The […]

Java – How to use HashMap collection?

HashMap is part of Java Collections, which has been first implemented in Java 1.2 version and has been in use since then. Java Collection Framework was introduced as a technique to store and operate on data with ease. This collection framework provides many interfaces and its implementations to operate on data with speed and efficiency […]

Scroll to top