全局
商店

320

查看趋势>
Sketch C ( Offline Compiler,Debug )
版本记录
更新内容对比
应用状态
  • 全球最早版本上线日期
    2015-03-31
  • 最新版本
    1.4
  • 最新版本上线距今
    8年152天10小时
  • 近1年版本更新次数
    0

版本时间线

T鼠标悬停“更新节点”,查看更新内容。点击“更新节点”可查看更新前后内容对比
版本更新
显示内容
日期
  • -
2024年
2月
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
3月
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
4月
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
5月
1
2
3
4
5
6
7

版本记录

  • 版本1.4
    2015-12-09
    大小:16.10M
    更新日志

    Apple 已更新此 App 以显示 Apple Watch App 图标。
    解决创建文件崩溃问题

    截图
    应用描述

    SketchC是一款IOS设备上C语言编辑及运行的程序。可用于学习C语言编程学习。
    含有以下功能:
    1.代码编辑:语法高亮,自动缩进
    2.代码编译运行:直接本地编译运行,不需要网络。
    3.AppStore唯一可以调试
    Add Library
    posix,
    ipc,
    zlib,
    socket,
    sqlite3,
    jpeg,
    opengles1-3,
    Core Foundation(based iOS sdk7.0),
    Core Graphics(based iOS sdk7.0),
    Debug:
    Help: ? : help
    help : help
    /[keyword] : search keyword in help information
    Source: v {[line]}: view source code {around [line]}
    V [stack] : 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)
    {[statements]} : evaluate statement (any kind)
    Monitor: g {[var]} : list global variable
    l {[var]} : list local variable
    proto {[scope]::}[func] : show function prototype
    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 {[line]}: continue {to [line]}
    e : step out from function
    b [line] : set break point
    db [line] : delete break point
    a [assert]: break only if assertion is true
    Quit: q : quit

  • 版本1.3
    2015-10-21
    更新日志

    Add Library

    posix,

    ipc,

    zlib,

    socket,

    sqlite3,

    jpeg,

    opengles1-3,

    Core Foundation(based iOS sdk7.0),

    Core Graphics(based iOS sdk7.0),

    Debug:

    Help: ? : help

    help : help

    /[keyword] : search keyword in help information

    Source: v {[line]}: view source code {around [line]}

    V [stack] : 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)

    {[statements]} : evaluate statement (any kind)

    Monitor: g {[var]} : list global variable

    l {[var]} : list local variable

    proto {[scope]::}[func] : show function prototype

    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 {[line]}: continue {to [line]}

    e : step out from function

    b [line] : set break point

    db [line] : delete break point

    a [assert]: break only if assertion is true

    Quit: q : quit

  • 版本1.2
    2015-05-05
    更新日志

    解决scanf float 时无结果bug

  • 版本1.1
    2015-04-09
    更新日志

    解决产互模式下不能输入及多问题

  • 预订版本1.0
    2015-03-31