How to create pendrive bootable

To create a bootable USB drive manually, we’ll use the prompt as a Windows default program. Here are step through step to create a bootable USB power as the Windows installation media. To create a bootable USB force as a Windows set up media, we require at least 4 GB for minimum capacity. Larger capacity… Read More »

How to register a domain name

Registering your domain name What is a domain name? A domain identify is a net tackle (e.g. www.netnic.org) that approves you to have a expert presence on the internet. In other words we can say that A domain name is a our website name. A domain name is the address where Internet users can access our… Read More »

How to create a website

  Creating a website Most customers will count on to be in a position to locate your enterprise on the internet. Whether you are promoting your products online, or genuinely want to supply some data about your business and your contact details, having a internet site is nearly essential. It’s a proper thinking to suppose… Read More »

templates in c++

Template introduction -: Template is one of the features added to c++. It is a new concept which enable us to define generic classes, functions and thus provides support for generic programming. Generic programming is an approach where generic types are used as parameters in algorithm so that they work for a variety of suitable… Read More »

managing console input output operations in c++

Managing Console Input Output Operations in C++ :– Every program takes some data as input and generates processed data as output from the familiar input process output cycle. Like this way c++ programming language provide this type facility. We have already use these operator these are the cin  (<<) and cout (<< )operator. C++ support rich… Read More »