Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
Menu
Operator « Language « C++
C++
Language
Operator
1.
Demonstrate the modulus operator.
2.
Printing an unsigned integer in bits
3.
Using the bitwise AND, bitwise inclusive OR, bitwise exclusive OR, and bitwise complement operators.
4.
Using the bitwise shift operators
5.
using a bit field
6.
demonstrates remainder operator
7.
Demonstrate the relational and logical operators.
8.
Match mask with bit operator
9.
Create an XOR using the C++ logical operators.
10.
Define operator a custom class: =, +
11.
Logical Not operator, combined with the logical And operator
12.
Logical Or operator
13.
conditional Operator '?'
14.
Dot (.) operator and operator operator
15.
Operator in C++
16.
Compound assignments
17.
arithmetic assignment operators
18.
increment operator
19.
Demonstrates built-in arithmetic operators