Change the default installation folder C: \ Program Files ShowChange the default installation folder C: \ Program Files
The installation of most software programs are set by default in the C: \ Program Files. Below is a means of how to change into another partition.
Under Windows Vista, select...
Graphics programming in C ShowGraphics programming in C
Issue
Solution
Note
Issue
I am a beginner in computer graphics and would like to get some animation programs in C programming.So that I can enhance my knowledge in Computer...
Compiling an assembly program with Nasm ShowCompiling an assembly program with Nasm
Intro
With LInux
With Windows
Intro
Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture and is commonly used to create 16-bit, 32-bit (IA-32) and 64-bit...
Disabling sharing of administrative task ShowDisabling sharing of administrative task
By default all Microsoft Windows NT based operating system possess hidden administrative shares options, allowing the administrator of a machine to access the machine via the network.
Here...
[C language]Checking whether an integer is a prime number Show[C language]Checking whether an integer is a prime number
Definition of a prime number
Algorithm 1: dividers between 2 and N-1 will be tested
Algorithm 2: Even dividers will not be tested, research is limited to odd dividers
Algorithm 3:...
Download LimeWire ShowLimeWire is a fast, easy-to-use file sharing program that contains no spyware, adware or other bundled software.
Possibilty to download a version compatible with MAC OS X or Linux
Program structure ShowHow does a computer program work?
A program's behaviour depends on the type of language used to write the program.
Nonetheless, almost all programming languages are based upon the same principle:
The program consists of a set of commands that the...
Sharing and permissions in Windows NT ShowIntroduction to folder sharing
Sharing allows resources to be designated as being available to all users over a network. When a folder is shared, users can log into the folder from across the network and access the files within, as though the...
Characteristics of programming languages ShowThere are many programming languages, each corresponding to specific needs (formula calculus, character string
processing, real-time, etc.) with each having specific characteristics and functionalities. Therefore, the choice of
programming language...