翻訳と辞書
Words near each other
・ Uber Geek
・ Uberaba
・ Uberaba Airport
・ Uberaba Formation
・ Uberaba Lake
・ Uberaba River
・ Uberaba River (Minas Gerais)
・ Uberaba River (Paraná)
・ Uberaba Sport Club
・ Uberabasuchus
・ Uberabatitan
・ Uberabinha River
・ Uberabão
・ Uberach
・ Uberbyte
Ubercode
・ UberConference
・ Uberdata
・ Ubereats
・ Uberella
・ Uberella barrierensis
・ Uberella denticulifera
・ Uberella vitrea
・ Uberfic
・ Uberlândia
・ Uberlândia Airport
・ Uberlândia Esporte Clube
・ Uberlândia Tênis Clube
・ Uberman
・ Ubermorgen


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Ubercode : ウィキペディア英語版
Ubercode
Ubercode is a high level programming language designed by (Ubercode Software ) and released in 2005 for Microsoft Windows. Ubercode is influenced by Eiffel and BASIC. It is commercial software and can be tried out for free for 30 days. Ubercode has the following design goals:
#''Compilable language'' - compiled into Windows EXE files.
#''Automatic memory management'' - memory is allocated / freed automatically, and the language has no memory management primitives.
#''Pre and post conditions'' - these are run-time assertions which are attached to function declarations, as in Eiffel.
#''High-level data types'' - resizable arrays, lists and tables may contain arbitrary components.
#''Integrated file handling'' - primitives for transparent handling of text, binary, CSV, XML and dBase files.
#''Ease of use'' - language structure is relatively simple, making the language accessible to beginners.
==Hello World==

Here is the basic Hello world program:

Ubercode 1 class Hello
public function main()
code
call Msgbox("Hello", "Hello World!")
end function
end class


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Ubercode」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.