現在、このアプリは配信されていません。
Sketch C++ (Offline Compiler, Debug)のスクリーンショット
App Storeより引用Sketch C++ (Offline Compiler, Debug) のアプリレビューを投稿する
レビューを閲覧するには会員登録が必要です。
ドットアップス では、毎日スマホゲームに関するお得な情報や、イベント情報をお届けしています。
登録して最新情報をいち早くGETしよう!!
「Sketch C++ (Offline Compiler, Debug)」スペック・仕様
- 開発者
- Wang Lingling
- リリース
- 2015年4月4日
- サイズ
- 19.62 MB
- 価格
- ¥240
- ダウンロード
Sketch C++ (Offline Compiler, Debug)の順位推移表
順位推移表が見つかりません
「Sketch C++ (Offline Compiler, Debug)」関連アプリ
オフィシャル・公式情報
App Storeより引用Sketch C++ is a IOS device on the C++ language editing and operation procedures. Can be used for learning C++ programming language.
Contains the following functions:
The 1 code editor: syntax highlighting, auto indent
The 2 code is compiled to run: direct local compile operation, does not need the network.
The 3 can debug
Support for C++ classes, inheritance, overloading, virtual function, characteristic template
With standard C and standard C++ Library
Add Library
posix,
ipc,
zlib,
socket,
sqlite3,
jpeg,
opengles1-3,
Core Foundation(based iOS sdk7.0),
Core Graphics(based iOS sdk7.0),
UIKit(CCView,CCLabel,CCImageView,CCButton,CCTextField,CCCanvasView) Library
Debug:
Help: ? : help
help : help
/[keyword] : search keyword in help information
Source: v {}: view source code {around }
V: view source code in function call stack
t : show function call stack
Evaluation: p [expr] : evaluate expression (no declaration/loop/condition)
Evaluation: s [expr] : step into expression (no declaration/loop/condition)
Evaluation: S [expr] : step over expression (no declaration/loop/condition)
{} : evaluate statement (any kind)
Monitor: g {} : list global variable
l {} : list local variable
proto {::}[func] : show function prototype
class {[name]} : show class definition (one level)
Class {[name]} : show class definition (all level)
typedef {name} : show typedefs
function : show interpreted functions
macro : show macro functions
template : show templates
include : show include paths
file : show loaded files
where : show current file position
return [val] : return undefined symbol value
Run: S : step over function/loop
s : step into function/loop
i : ignore and step over
c {}: continue {to }
e : step out from function
b: set break point
db: delete break point
a : break only if assertion is true
Quit: q : quit