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: