this blog describing about programming c++ for beginner
Owner: sidikraj212
Listed in: Computers
Language: English
Site Statistics
Unique Visitors Today:
0
Page Views Today:
0
Unique Visitors this Week:
0
Page Views this Week:
0
Unique Visitors this Month:
0
Page Views this Month:
0
Total Unique Visitors:
1,817
Total Page Views:
3,575
Total Hits Out:
69
Latest Blog Posts for learning c++ and algorithm
- Input Statement on C++on May 18, 2011 in input statementa. CIN( ) In C + +, cin command is used to input a value from a input device (keyboard) for further processed by the program.Syntax is: cin>> variable;example:court <<"Enter a number:"; cin>> bil; court <<"You entered nu...
- Operator and Statementson May 17, 2011 in operatorOperator is a symbol commonly involved in the program for perform an operation or manipulation, for example to:- add two values- assign value to a variable (assignment)- comparing the similarity of two values.a. Arithmetic OperatorThis operator...
- C++ Elementson May 12, 2011 in elementsa. IdentifierIdentifier is a name commonly used in programming for declare variables, constants, data type, and function. Rules for writing the identifier together with the rules in pascals, among others:- It should not be initiated by non-letter cha...
- Declaration of Constanta (const)on Apr 8, 2011 in constantaIt is simple in concept, variables declared with ‘const’ added become constants and cannot be altered by the program, but, in the way is has to be used to bodge in a substitute for one of the missing features of C++, it gets horridly complicated...
- Creating Variabelon Apr 7, 2011 in variableA variable in C++ is a name for a piece of memory that can be used to store information. You can think of a variable as a mailbox, or a cubbyhole, where we can put and retrieve information. All computers have memory, called RAM (random access memory)...
- Typing a Commenton Apr 3, 2011 in commentsTypically, comments should be used for three things. At the library, program, or function level, comments should be used to describe what the library, program, or function, does. For example:All of these comments give the reader a good idea of what t...
- My first programon Mar 14, 2011 in first programNow, we will create simple program and we can compile that. But we should know about structure program in C++.Let's started, becouse I can hold anymore.First, although our programs will be written inside .cpp files, the .cpp files themselves will be...
- Define of Structure and Statementon Mar 5, 2011 in define ofIn this posting I want explain about structure and statement in programming. The most common type of instruction in a program is the statement. A statement in C++ is the smallest independent unit in the language. In human language, it is analogous to...
- Define of Algorithmon Feb 5, 2011The History of AlgorithmHistorians of mathematics in the world have agreed that the word "algorithm"is derived from the word "algorithm / algorism" from the author of the famous Arab named Abu Jafar Muhammad ibn Musa al-Khuwarizmi (read by Westerners...
- Structure program in C++ languageon Feb 5, 2011 in c++ programming c++Examples of programs on the following material can be run with Borland C + + (Turbo C + + is fine). In general the structure of the program in C + + are as follows:declaration header file / preprocessorconstant declarationglobal var declarationfun...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}