Internet Access in Indonesia

Posted by | 12/05/2011
Internet Access in Indonesia. Internet users in Indonesia is increasingly rising, especially the various providers that provide high availa...
Labels:

Life Is Algorithms | problems

Posted by | 4/11/2011
PROBLEMS Algorithm ?  We will have problems. Each time, we will find a solution. Sometimes simple, sometimes complicated. In the simplest c...

Data types in C+1

Posted by | 4/11/2011
The memory in our computers is organized in bytes. A byte is the minimum amount of memory that we can manage in C++. A byte can store a rel...
Labels:

Learn Algorithms ?

Posted by | 4/11/2011
Learning algorithms from scratch is not difficult. I’ll hold your hand through it. As what has been described previously, the learning algo...

Computer Languages

Posted by | 4/11/2011
Languages are used in everyday life for communication. All of us speak a native language and, depending on how much we read or write, we c...
Labels:

Sintax Program C++

Posted by | 3/11/2011
// my first program in C++ This is a comment line. All lines beginning with two slash signs (//) are considered comments and do not have any...
Labels: ,

Interpreters and Compilers

Posted by | 3/11/2011
Translators can work in two different ways: as interpreters or compilers. Interpreters will translate one line of code at a time and genera...
Labels:

Program and Programming

Posted by | 3/11/2011
Learning to program is not the same as learning a programming language . Learning to program is learning about problem-solving methodology,...
Labels:

What is The Algorithm..?

Posted by | 2/11/2011
The Algorithm: The Basis for All Designs to Solutions of Programming Problems We are almost ready to begin the subject of programming —tak...
Labels: