翻訳と辞書
Words near each other
・ Tschudi's tapaculo
・ Tschudi's woodcreeper
・ Tschudi's yellow-shouldered bat
・ Tschuffert Peak
・ Tschugg
・ Tschuggen
・ Tschuggen (Wengen)
・ Tschukundu
・ Tschunk
・ Tschuprow's T
・ Tschögl
・ Tschögl Building
・ Tschüs
・ Tsclient
・ TSCP
TScript
・ TSD
・ TSD (band)
・ TSDB
・ TSDSI
・ TSE
・ Tse
・ Tse (Cyrillic)
・ TSE (examination)
・ TSE 300 index
・ Tse Bonito, New Mexico
・ TSE buffer
・ Tse Ka Kui
・ Tse Kang
・ Tse Kwan-ho


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

TScript : ウィキペディア英語版
TScript

TScript is an object-oriented embeddable scripting language for C++ that supports hierarchical transient typed variables (TVariable). Its main design criterion is to create a scripting language that can interface with C++, transforming data and returning the result. This enables C++ applications to change their functionality after installation.
==Hello world example==
The basic "Hello World!" TScript example.

CTScript ts;
ts.SetParameter(CTScript::SOURCE_STRING,0,TEXT("main()"));
ts.ExecuteStaticMethod();


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



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

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