Horje
ascii conversion cpp Code Example
ascii conversion cpp
{
// line 3 and 4 showing how to do in two different ways.
    cout<<(int)'a'<<endl;
    cout<<int('A')<<endl;
    cout<<char(65)<<endl;
}




Cpp

Related
cpp read csv Code Example cpp read csv Code Example
SFML texture from file max size Code Example SFML texture from file max size Code Example
Get input for array of unknown length/size in c++ Code Example Get input for array of unknown length/size in c++ Code Example
command loop ctrl D c++ Code Example command loop ctrl D c++ Code Example
what is xor_eq c++ Code Example what is xor_eq c++ Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8