Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
Explicit conversion casting Code Example
Explicit conversion casting
short a=2000; int b; b = (int) a; // c-like cast notation b = int (a); // functional notation
Source:
www.cplusplus.com
Next
Previous
Cpp
Related
visual studio getline not working Code Example
take single digit integer input in c++ Code Example
return multiple values c++ Code Example
arduino funktion Code Example
inconsequential meaning Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
10