home > 比較編 > C, C++, Objective-C, Java, C# > primitive types >

ForNext

Only Do What Only You Can Do

015. unsigned integer types

VBScript

JScript

Perl

PHP

Python

Ruby

PowerShell

Scala

F#

C

C++

unsigned char: 8+
unsigned short int 2 bytes+
unsigned int 2 bytes+
unsigned long int 4+ bytes
unsigned long long int 4+ bytes

C++Builder

VC++

C#

byte 1 byte
ushort 2 bytes
uint 4 bytes
ulong 8 bytes

Java

char 2 bytes




Objective-C

unsigned char: 8+
unsigned short int 2 bytes+
unsigned int 2 bytes+
unsigned long int 4+ bytes
unsigned long long int 4+ bytes

D

VB

VB.NET

Delphi

Ada

PL/SQL

T-SQL

関数型

inserted by FC2 system