Minggu, 05 September 2010

A Brief History of the C Language

You might be wondering about the origin of the C language and where it got its name. C was created by Dennis Ritchie at the Bell Telephone Laboratories in 1972. The language wasn’t created for the fun of it, but for a specific purpose: to design the UNIX operating system (which is used on many computers). From the beginning, C was intended to be useful–to allow busy programmers to get things done.

Software For C Compiler

For compiling the source code of c/c++ you must have compiler, there are many compiler such as DEV C++, QT3, Visual C++, Tiny C Compiler, Miracle C Compiler, Borland C++.
  1. DOWNLOAD DEV C++
  2. DOWNLOAD QT3
  3. DOWNLOAD VISUAL C++
  4. DOWNLOAD TINY C COMPILER
  5. DOWNLOAD MIRACLE C COMPILER
  6. DOWNLOAD BORLAND C++

Keywords Of C Language

The words int and float are C keywords. C keywords are the words that form the language. All C keywords are in lowercase. The C language keywords are
auto     -  double  - inline   - static
 break    -  else    - int      - struct
 case     -  enum    - long     - switch
 char     -  extern  - register - typedef
 complex  -  float   - restrict - union
 const    -  for     - return   - unsigned
 continue -  goto    - short    - void
 default  -  if      - signed   - volatile
 do       -  sizeof  - while    - imaginary
Keywords cannot be used for any other purpose in a C program, that is, they may not be used as variable names or function names

Sabtu, 16 Januari 2010

membuat alert menggunakan j2me



heheh
abis posting tentang java script untuk memvalidasi, saya ingin menshar tentang bagaimana membuat alert untuk j2me tepatnya kali ini midlet wkwkwk
nah gak pakai basa =basi saya langsung tuliskan saja source codenya