Hello World in C++ The Hello World program is introduced to new programmers as its the simplest program to write in many languages (except GUIs). The Hello World program we’ll be writing in C++ will display “Hello World!” to the terminal. By now you must have your C++ programming environment set up, if not check Full Article…
XAMPP – Apache distribution containing MySQL, PHP, and Perl
XAMPP acts as a web server that allows you to serve dynamic pages on your computer. Its intended to be used as a development tool as it allows programmers to develop their work using Apache, MySQL, PHP and Perl without having access to the internet. It’s available for Windows, Linux, Solaris, and Mac OS X Full Article…
How to write and compile a C++ program in Windows using an IDE
In this tutorial I’ll show you how to write and compile a C++ Program using CodeBlocks in Windows. That’s right, Windows. If you haven’t done so, download and install CodeBlocks Using CodeBlocks to program Hello World 1. Open up CodeBlocks and simply click on “Create a new project”.
How to write and compile C++ program in Linux
Here is a step by step detailed guide on showing you how to write and compile a C++ program in Linux. For demonstration purposes, I’ll show you how to write and compile Hello World which is typically the first program that many students learn when introduced to programming. How to write and compile Hello World Full Article…
