6 Dec, 2008 in Programming by admin

The original author of the GNU C Compiler (GCC) is Richard Stallman, the founder of the GNU Project.
The GNU Project was started in 1984 to create a complete Unix-like operating system as free software, in order to promote freedom and cooperation among computer users and programmers. Every Unix-like operating system needs a C compiler, [...]

6 Dec, 2008 in Programming by admin

An applet is a miniature program that you embed right into your web page. Applets themselves are not written in HTML… they are separate programs written in a language called Java. Placing an applet in your page is like putting a little window in the middle of the page, and one of these Java programs [...]