Category: Tutorial

  • Linked list Program in CPP with all Functionality

    Linked list Program in CPP with all Functionality

    This linked list program is written in the CPP language. This program have complete functionality of add, edit, view and delete features. You can run this program with cpp compiler. Read our another Article: A classic Tank Game written in CPP language

  • A classic Tank Game written in CPP language

    A classic Tank Game written in CPP language

    This is a classic tank game which is written in cpp programming language. You can play it by compiling it with cpp compiler. Its very simple tank game with ability to fire bomb features. Hope you will enjoy this game. You will also like our Article: C Program to remove comments from source code

  • C Program to remove comments from source code

    C Program to remove comments from source code

    A basic C Program to just remove all types comments from any source code file. Its written in c language and take file name as parameter when run it. Its read every character of code and remove comments to generate a clean code. This code can be compile and run using any compiler. It is…

  • How To Change System IP Address

    How To Change System IP Address

    Follow this steps to change system’s IP Address. These are cool steps to modify any windows system’s IPv4 address without help of System Admin user. Click on “Start” in the bottom left hand corner of screen. Click on “Run”. Type in “command” and hit ok. You should now be at an MSDOS prompt screen. Type…

  • Learn about your server’s .htaccess file

    Learn about your server’s .htaccess file

    A .htaccess (hypertext access) file is a directory-level configuration file supported by several web servers. It allows for decentralized management of web server configuration. They are placed inside the web tree, and are able to override a subset of the server’s global configuration for the directory and all sub-directories. Redirect users to custom error pages…