Author name: vasu

Introduction to C++

C++ is a general purpose programming language that has a wide scope of implementations. It was developed by a Danish computer scientist Bjarne Stroustrup at Bell labs, New Jersey. Primarily used in software development, it is also widely used all the way in game development, application programming, compiler design and many

Introduction to C++ Read More »

PHP Introduction

If you want to build a dynamic website, or a shopping cart, or may be your own blog system, then you’ve got to learn a specific server side programming  language and in my personal opinion, PHP would be the best choice. So, what is PHP? To your answer…. PHP is a

PHP Introduction Read More »

C++ Installation

To start programming in C++, you must have a compiler installed in your system. What is a Compiler? A compiler is a computer program or a software which converts source code written in a programming language to the  machine language code. In general, a compiler converts your code into a

C++ Installation Read More »