C/C++ Program Compiler Icon
Download C/C++ Program Compiler

C/C++ Program Compiler

Write C/C++ code directly on your iPhone, iPad and iPhone Touch! This app supports the latest Swift 3.0 syntax! This app is ideal for learning and testing code snippets!
Category Price Seller Device
Education Free Ketan Appa iPhone, iPad, iPod

Features:
- Compile and run your program
- View program output or detailed error
- Custom keyboard for easy input of frequently used characters
- Advanced source code editor with syntax highlighting, code completion and line numbers
- Open, save and share C++ files. Supports File Sharing with iTunes Connect.
- Language reference

Limitations:
- Internet compilation is required for compilation
- File system, network and graphics functions are not supported
- Maximum program running time is 15s

Reviews

How can i save as .cpp
Shirtsv

This is good but how do i save my file


Great, but no math.h
Doop-i-di-do

I’ve tried this app and everything works well, except that “#include <math.h>” doesn’t work.


5 stars
Charlesbech

Easily now a 5 stars app ! Continue the great work !


Works okay so far.
Code Bum

I did a code test in the C language and it ran just fine. Here is the code I typed to test this app. //my code test #include <stdio.h> typedef struct Box { int x; } Box; void bb_box(); void bb_box2(); Box box; int main( ) { box.x = 5; printf( "X = %d\n", box.x); bb_box(); printf( "X = %d\n", box.x); bb_box2(); return 0; } void bb_box() { box.x = 10; printf( "X = %d\n", box.x); } void bb_box2() { box.x = 100; printf( "X = %d\n", box.x); }


Solid c++ compiler for little tests
Dexter Allen

This is a great app for running little tests of syntax or testing simple ideas. Well worth the ad-free purchase. The keyboard is great and thoughtful— a good collection of commonly needed characters. Suggestions: Mostly what I’d like to do with this app is learning new language features or library additions, so c++17 support would be a very nice upgrade. (App currently supports c++14 currently, Nov 2018). I'd be happy to pay extra for this upgrade too. Cloud integration and support for multi-file projects. It’d be great to easily grab some files from dropbox or iCloud before heading to the airport. Stretch goal: opengl template with visual output support


Cout and cin issue !!
Mtakrony

I can’t input anything after I run the program!! That’s my Ex: #include <iostream> using namespace std; int main(){ int room_wnth {0}; int room_linth {0}; cout << "Enter your withn : " << endl; cin >> room_wnth; cout << "Enter your linth : " << endl; cin >> room_linth; return 0; } Print out: Enter your withn : Enter your linth : I want to input the numbers!!


String input
MrPole369

Trying to test a simple method using some String return values and there is no String class? Very disappointed.


Ads
Kingdomruler1

I like this app a lot it has a great compiler that can make the need of a computer IDE program like visual studio not needed for small projects although the ads when. Over an add I notice there is a invisible barrier stopping me from clicking the exit button getting out of the ad and I’m guessing this isn’t a bug either


Pretty solid app
Fastskin Lzr

This is my first time writing a review and I found your app to do exactly as you claim which is good! I bought your ad free c++ and c# apps however Since I noticed that you do read these reviews, if I may, I would recommend just a few of things. 1) I have been working on the iPad and when I switch between apps and coming back to this app, it is annoying to have to tap the screen for the curser again. So I would like the curser to stay where it was, then when I reference something, the user wont need to keep tapping the screen when they come back, and keep typing where they are. 2) I recommend a possible auto suggestion feature. So for instance the user wont have to type the whole phrase out, similar to that of any IDE on a computer. 3) I am not sure if it is possible on both the c++ and c# apps but can we create our own keyboard shortcuts? For instance, indenting I like as (ctrl I) or for auto filling I usually type vec then space, to auto fill the word vector. If these features were implemented in both the C# app and this C++ app it would 100% be appreciated.


Has been useful
candymann11

This app has made writing small programs for school so much easier. However, I have been experiencing an issue. Sometimes when I hit compile it will say, “ERROR Please check your internet connection!” This comes up on some programs but not on others. Sometimes it will pop up along with an add so I know that my connection is not this issue. Any reasons for this? I assume that it is something in the program causing it.


Featured on lists