There are a lot of antivirus software that hides all the files and folders on your hard drive/Pendrives, including everything in the users directory like documents, pictures, etc. as well as all the shortcuts on the Start Menu and even many more. The main problem behind this problem is that the virus adds the hidden attribute to every file and folder on your system, so it appears as if everything has been deleted from your hard drive but actually the […]
How to Share File/Folder with Wi-fi ?
This step-by-step guide which describes the process of sharing files/folders with one computer with the Another Computer with the help of Wi-Fi (By creating wireless Ad hoc Network). This quick tutorial will teach you how to connect, share files/Folders between two different computers. Steps to be Followed:- On First Computer Set Up a Wireless Ad-hoc network. Create a Sharing Folder. Note the IPv4 Address. Note the UserName & Password. On Second Computer Ping the IPv4 Address of First Computer noted in […]
iPhone 6 may get Auto-Unlock Mode in Safe-Areas
Apple’s iPhone 6 may get Auto-Unlock Mode in Safe Areas. The company Apple may be looking for the ways to unlock their phones easily in Safe Areas based on the location. Here Safe areas means the areas like owner’s home or his/her office. According to the report, it will unlock automatically in safety areas and then re-lock when you leave the area. Safe places need to preset from the phone settings, then when the iPhone recognizes you are at that […]
Operating System Notes
Operating System can be defined as a interface between Computer hardware.Without Operating System, the computer is just like a dull machine.Operating System is the heart of our Computer System. Apart from it’s Features it also has some goals as Primary goals and Secondary Goals. Also there are a lot of operating Systems available which support our computer system. So, to fully generalize the knowledge about the different operating system architecture, goals, scheduling techniques, etc Here we are providing the notes […]
“C” Program Header Files
Here are some of the C Program Header Files which are generally used while programming in C Language…. 1. <stdio.h>: input and output function in program. 2. <conio.h>: to clear screen and pause information function. 3. <ctype.h>: function for testing characters 4. <string.h>: function for manipulating string 5. <math.h>: mathmatical function..
Different Programming Languages One should learn !
Different Programming Languages one Should Learn….. 1. C “C” is the procedure oriented language developed by Sir Dennis Ritchie in 1970’s at Bell Laboratories. C is one of the widely used language. This language helped to develop to create many other high profile languages and Operating systems. We can say “C” is the milestone in the Programming History Some General Features of C Language:- Contains Rich set of Data types and Functions. C programs are portable, They can be run […]