Programming portal
Keywords
Programing Languages
Visual C++ .NET
Some commands from Visual C++ .NET:
continue statement - This command is used to start the next iteration. ... explicit conversion to 16-bit integer - The required type conversion can be carried out as... Subtraction - Subtraction is a matematical operation, it can be ... decimal literal - Decimal literals are also known as decimal constan...
More about Visual C++ .NET FreeBASIC
Some commands from FreeBASIC:
explicit conversion to 16-bit unsigned integer - The required type conversion can be carried out as... loop with condition on the beginning - Condition testing is done at the beginning of the ... addition - Addition is a matematical operation, it can be use... floatingpoint constant - Signed decimal number, is made from whole and frac...
More about FreeBASIC Visual Basic .NET
Some commands from Visual Basic .NET:
division - Division is a matematical operation, it can be use... loop with condition on the beginning until is false - Condition testing is done at the beginning of the ... explicit conversion to 64-bit integer - The required type conversion can be carried out as... floatingpoint constant - Signed decimal number, is made from whole and frac...
More about Visual Basic .NET JavaScript
Some commands from JavaScript:
logical or - Logical OR works as follows: just in case it's the... logical constant - true - Logical constant - true is used as follows: continue statement - This command is used to start the next iteration. ... variable use - Using variables, you can access the data stored in...
More about JavaScript Java
Some commands from Java:
parenthesis operator - We can use parentheses to change the order of expr... 16-bit integer - 16-bit signed integer type is used to store negati... decrement statement - Decrement statement it is a mathematical operation... single line comment - In the case of single-line comments from start tag...
More about Java C
Some commands from C:
Subtraction - Subtraction is a matematical operation, it can be ... explicit conversion to 32-bit real number - The required type conversion can be carried out as... loop with condition at the end - Condition testing is done at the end of the loop. ... single line comment - In the case of single-line comments from start tag...
More about C PHP
Some commands from PHP:
additive inverse - Operator negative sign is used to change the sign ... break statement - Used for the immediate interruption of the loop. a... decimal literal - Decimal literals are also known as decimal constan... boolean data type - One type that is used to store logical values. can...
More about PHP C++
Some commands from C++:
64-bit integer - 64-bit signed integer type is used to store negati... break statement - Used for the immediate interruption of the loop. a... additive inverse - Operator negative sign is used to change the sign ... floatingpoint constant - Signed decimal number, is made from whole and frac...
More about C++ Basic
Some commands from Basic:
addition - Addition is a matematical operation, it can be use... explicit conversion to 16-bit integer - The required type conversion can be carried out as... loop with condition at the end until is false - Condition testing is done at the end of the loop. ... hexadecimal literal - Hexadecimal integer constant, also known as base 1...
More about Basic Pascal
Some commands from Pascal:
16-bit integer - 16-bit signed integer type is used to store negati... conditional statement - By conditions we can control our program. thanks c... bitwise right shift - Bit shift to the right as many time shifts the inp... multi line comment - In the case of multi-line comments from start tags...
More about Pascal Object Pascal
Some commands from Object Pascal:
64-bit real number - 64-bit real number and his value range: from - 1.7... loop with condition on the beginning - Condition testing is done at the beginning of the ... multi line comment - In the case of multi-line comments from start tags... Subtraction - Subtraction is a matematical operation, it can be ...
More about Object Pascal Free Pascal
Some commands from Free Pascal:
octal literal - Constants of octal numeral system are also known a... explicit conversion to 8-bit integer - The required type conversion can be carried out as... bitwise right shift - Bit shift to the right as many time shifts the inp... loop with condition on the beginning - Condition testing is done at the beginning of the ...
More about Free Pascal C#
Some commands from C#:
explicit conversion to 32-bit unsigned integer - The required type conversion can be carried out as... greater than - Greater than operator is a logical operator that i... loop with condition on the beginning - Condition testing is done at the beginning of the ... single line comment - In the case of single-line comments from start tag...
More about C#