Skip to content
CCI25
Radix characters
Initializing search
grimy86.github.io
Home
Programming
Windows Internals
About
CCI25
grimy86.github.io
Home
Programming
Programming
Getting Started
Getting Started
Introduction
Environment
Basics
Code Design
Code Design
Principles
Patterns
Architectures
Assembly
Assembly
Architecture
Syntax
Syntax
Reserved words
Radix characters
Radix characters
Table of contents
Example
Character constants
Identifiers
Declaring variables
Operator Presedence
How to compile
Unmaintained courses
Unmaintained courses
C#
C++
Windows Internals
About
Table of contents
Example
Radix characters
¶
[+ | -] digits [radix]
h - Hex
d - Dec
b - Bin
Example
¶
30d, 6Ah, 42, 1101b
Back to top