- Distributed Computing in Java 9
- Raja Malleswara Rao Pattamsetti
- 51字
- 2021-07-02 21:02:37
Types and constants
The basic data types advised by the IDL and their corresponding descriptions are given in the following table:

The following is an example that uses data types:
interface EmployeeRegistry {
typedef identification string <10>;
typedef name string <100>;
identification getId(in string name);
name getName(in string id);
};
推薦閱讀
- Mastering OpenLayers 3
- Instant Testing with CasperJS
- 深入理解Bootstrap
- Progressive Web Apps with React
- Learning Bayesian Models with R
- Julia 1.0 Programming Complete Reference Guide
- Scala編程實戰
- 遠方:兩位持續創業者的點滴思考
- 精通Spring:Java Web開發與Spring Boot高級功能
- Visual Basic程序設計基礎
- 游戲設計的底層邏輯
- 青少年Python趣味編程
- Unreal Engine 4 Game Development Essentials
- Python Geospatial Analysis Cookbook
- C/C++程序設計教程:面向對象分冊