Saturday, 30 January 2016

Remove comments from file

0

Remove comments from a file. Store the new file without comments. Here I am assuming the file-name which has comments that is the source file is present in c drive with name src.cpp. While the file with the resultant content is named as res.cpp and will be created in c drive.  This question needs basic knowledge of file handling. C language has two types of comments.   1. Single...

Tuesday, 26 January 2016

Cloning and migration of virtual machine

1

Here we are talking about the cloning of the virtual machine it can be either ubuntu or windows. Suppose you have worked on it, but now you need a exact copy of the machine on a different system. In that case, you need to first clone the machine and then migrate it to other machine. Some definitions: 1....

Saturday, 23 January 2016

Virtual Box and Ubuntu

1

What is virtualization? As the name suggests, it is the way to create a virtual instance of any object. In computer science, virtualization can be describe as to make a virtual version of server, storage or operating system. Virtualization of the operating system can be achieved by using virtual...