DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CPP
Explicit conversion casting
short a=2000; int b; b = (int) a; // c-like cast notation b = int (a); // functional notation
Source by www.cplusplus.com #
PREVIOUS
NEXT
Tagged:
#Explicit
#conversion
#casting
ADD COMMENT
Topic
COMMENT
Name
8+9 =
Submit