Sketch C++ (Offline Compiler, Debug)

Sketch C++ (Offline Compiler, Debug)

By 辉 马

  • Category: Education
  • Release Date: 2015-04-04
  • Current Version: 1.4
  • Adult Rating: 4+
  • File Size: 19.73 MB
  • Developer: 辉 马
  • Compatibility: Requires iOS 7.0 or later.
Score: 1.66667
1.66667
From 3 Ratings

Description

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 {[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 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 {[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

Screenshots

Reviews

  • This is a great little app that is really buggy

    3
    By Marcusmh777
    I really wish this app worked right. HelloWorld.cpp will compile once or twice from download of the app and thereafter gets errors in the iostream library header... very frustrating. The calculator.c example does not work and locks up the iPad solid... the app in general has locked my iPad so tight that it took power off twice to get it back. So far c compiles seem to work for the most part... the cpp files will compile but get terrible run time errors because the types in the iostream header are not recognised. Most of the examples run and are interesting. Some of the examples also get errors in the iostream header; however, the first compile(s) seem to work. The first time I ran HelloWorld.cpp it worked.. But never worked after that. If I delete the app (and data) and download it again, it will work again, once. The app needs a break key, or some way to reset it. There needs to be some way to monitor the stack and the heap. This could be a really sharp little jewel with some work and professional polish.
  • Bug

    1
    By Gabriel p.c guerra
    When you start writting he chages te line.
  • Works great on iPhone 5c

    5
    By Zelah Hutchinson
    Problem on 5th generation iPod Touch.
  • Can't make anything but c files

    3
    By Spywi
    I want to make .cpp files in this app, but when I try to make one, it defaults to .c files. Could you fix, or inform me of how to change the file type?

keyboard_arrow_up