[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:...
Create an applet to access the hardrive ShowCreate an applet to access the hardrive
Compile your applet
Generate Key
Sign your applet with your Key
Test your Applet
An applet is a program written in the Java programming language that can be induced in an HTML page, in...
Inserting text in a file ShowInserting text in a file
Introduction
Syntax
Introduction
It is sometimes useful to insert text in the header of one or more document (s) or in a specific part of the document (before or after a specific line).
The publisher of...
Download NetBeans IDE ShowNetBeans IDE 6.1 is an excellent IDE of C/C ++ development written completely in Java.
The syntactic tint, the "Code Completion" and many other options belong to NetBeans.
One of the main asset of NetBeans is that it is based on a module concept :...
Download Find Junk Files ShowThe most part of applications on Windows create temporary files on your hard disk during their functioning.
These files are assumed be abolished and the space recovered during the closing of program, but it is not always case. In the course of time,...
IP Address ShowWhat is an IP address?
Computers communicate over the Internet using the IP protocol (Internet Protocol), which uses numerical addresses, called IP addresses, made up of four whole numbers (4 bytes) between 0 and 255 and written in the format...
Programming languages ShowProgramming language
A "programming language" is a language designed to describe a set of consecutive actions to be
executed by a computer. A programming language is therefore a practical way for us (humans) to give instructions to a...
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...