C++ terms(set 1)
| Description: | c++ terms |
| Category: | Computers |
| Created by: | shredx666 on 2004-10-26 |
| Stack ID: | 9034 |
| c++ term | Description | Example |
| int | whole number | -1, 0, 1 |
| double | decimal | -1.2, 0.1 |
| unsigned | non negative | 1, 0, 2 |
| string | text | "Hello" |
| != | not equal to | 5!=76 |
| == | equal to | 5==5 |
| >= | greater or equal to | 5>=4 |
| || | or | a||b |
| && | and | a&&b |
| // | comment | //Program 1 |
|
|
My stacks About Links Add Bookmark















