Icon C++ Programming Language Pro

C++ Programming Language Pro

  • Reference
View in App Store

C++ Programming Language Pro

  • Reference
2.4
10 ratings
Age Rating

17+

In-App Purchases

$0.99 – $2.99

View in App Store

Price Intelligence:

Average for the Reference category The most popular in-app price for the app

Grow your in-app revenue

while we take care of your subscription management.
Mobile SDK by Qonversion.

Price Intelligence based on:

213,534
apps aggregated
8,172,290
in-app prices defined
89
main categories

In-App Purchase Price (Subscription or Non-Recurring)

vs. average for the Reference category, $, by region

Build, analyze, and grow in-app subscriptions

with the most powerful mobile SDK for subscriptions

User Reviews for C++ Programming Language Pro

3
Nope

Good as a c++ compiler But i cant inter information in my console space when the program compeletly run

Atiyehh), Nov 14, 2019
4
Works good, just one request

I like this app because it is easy to use. The additional features such as text coloring and the second keyboard make it easy to type. Sure, you need to pay a few bucks, but its worth it. I only have one request. I don't like having to enter the inputs before I compile. Can you guys change it so you enter the inputs while running the program?

Flightsimdude111, Dec 28, 2012
4
I like it

Very useful if you need to write a function on the go or need to solve a problem. My only issues with it are no file system support, no runtime input and the limit on execution time. I'm also not fond that it compiles online and sends the data back and forth, but I feel like that is unavoidable...

Jdtunnell, Jan 08, 2014
1
No Save?!?

This app, like many others for C++ don’t allow saving your work. This is a pay to play app but that is no real issue, however, I don’t want to pay for something that is only a toy. I need a professional solution that allows me to develop for my clients, learning or whatever and save my work. I’d gladly pay $20 for a program that was actually a professional solution. Plus, only one instance of running a program before I’m forced to pay for it. At least 5 would be something decent, or a warning that when you run the “Hello World” program to see the functionality, it will be the last one you are allowed before you have to shell out the bucks. How can someone possibly test it properly to determine its usefulness prior to purchase? I feel like the developer is saying “F-you, give me your money. What, it doesn’t work for you? Too bad. You should have thought about that before you gave me your money.”

JLDrawMonster, Oct 24, 2017
5
Great app

For all the haters rating, you actually have to spend time learning the language, and then it will be fun. It must've been really hard for him/her/them to write the entire engine. By the way, buying unlimited compilations isn't gonna kill you. Keep up the good work developer(s)!

MatTheMac, Nov 07, 2013
3
It's an on app.

As other reviewers have stated this app needs to be able to work offline...that's the biggest set-back. It also needs to be able to save and load projects. I have been saving mine to the notepad app by means of copying and pasting, but that gets a little old after a while. It also does have highlighting or auto spacing. Also, and this might be an apple thing, but the keyboard needs to be custom with a tab button on it. I also think it would be better if the programs were actually interactive where you could input values and such as the program is running. Right now you have to have everything you will want to input in the input tab... Overall, it's great if you need a compiler on the go, and will have Internet where you are going (or just won't need to compile or run your programs...)

Michaeldewever, Jan 16, 2012
3
Wish it was actually free

Though this app is quite useful, I wish it was free. You are given a single compilation complimentary and when you buy the app you think it is free and quite useful. But you need to buy more compilations. Waste of my time when I can just do it easier on my computer. Also the keyboard should be modified to include brackets and semicolons. Maybe even a cout button?

Psparroxsass, Jul 25, 2016
1
Run Time, Compile, Output Limits!!!

Your program better run in less than like a second or so.Small number of compiles allowed per day!Limit your output or it will.Input must be fixed ahead of time. (I never hit a limit, but I bet there is one)Memory limits too? (I never hit it, couldn't compile enough times to get that far.)While I agree there should be some limits, they seem ridiculously low. Plus some limits should only be enforced when the servers (server?) are/is overloaded.Limits should be specified in the app description and should be in the app as well.Remaining compiles should be shown to you (and only enforced during high server load times.)Limits should not be daily, if you hit a limit, it should reset in 1 to 4 hours based on system load.Limits should also take into account how often you use the program (i.e. daily averages.)1 star until limits are reasonably set and enforced!

purplElephant, Jul 13, 2012
5
Great app!!!

I truly love this app. I had to take a c++ course and this was extremely helpful. I recommend this approach anyone. I haven't had any problems with this app. I would like to be able to input information on the out put screen for questions like a game but I love this app.

sweetheart, Jan 09, 2015
1
Can’t restore in app purchase

Can you please fix this? The “restore unlimited” button just doesn’t show anything when I press it…

Valtasar74, Dec 01, 2021

Description

The classic C++ programming language for iPad, iPhone and iPod touch. Programming language is a perfect tool for studying, complex mathematical calculation, entertainment and many other useful tasks. The application is especially useful for learning the С++ programming language. - You have to buy compilations inside the application. - Internet connection is required. * FEEDBACK * - The great programming tool on the AppStore. - Your programming language for iOS is amazing! * FEATURES * - Compile and run your program. - Text input before program run and text output. - Enhanced source code editor with syntax highlighting, line numbers, color themes and additional keyboard. - Import and export programs by iTunes or by email. - Online language reference and several program samples. * LIMITATIONS * - Internet connection is required to compile and run a program. - Graphics, network, file system and real-time input are not supported. - Maximum running time of a program is 15 seconds.

Look for the "C Programming Language" on the AppStore too. Thanks for using the application! ==================================== C++ (pronounced "cee plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it comprises a combination of both high-level and low-level language features. It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C language. Originally named C with Classes, the language was renamed C++ in 1983. C++ is one of the most popular programming languages with application domains including systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel and Embarcadero Technologies. C++ has greatly influenced many other popular programming languages, most notably C# and Java. C++ is also used for hardware design, where the design is initially described in C++, then analyzed, architecturally constrained, and scheduled to create a register-transfer level hardware description language via high-level synthesis. Bjarne Stroustrup began work on "C with Classes" in 1979. The idea of creating a new language originated from Stroustrup's experience in programming for his Ph.D. thesis. Stroustrup found that Simula had features that were very helpful for large software development, but the language was too slow for practical use, while BCPL was fast but too low-level to be suitable for large software development. When Stroustrup started working in Bell Labs, he had the problem of analyzing the UNIX kernel with respect to distributed computing. Remembering his Ph.D. experience, Stroustrup set out to enhance the C language with Simula-like features. C was chosen because it was general-purpose, fast, portable and widely used. The first commercial implementation of C++ was released on 14 October 1985. In 1983, the name of the language was changed from C with Classes to C++ (++ being the increment operator in C). In 1985, the first edition of The C++ Programming Language was released, providing an important reference to the language, since there was not yet an official standard. Release 2.0 of C++ came in 1989 and the updated second edition of The C++ Programming Language was released in 1991. New features included multiple inheritance, abstract classes, static member functions, const member functions, and protected members. In 1990, The Annotated C++ Reference Manual was published. This work became the basis for the future standard.

Show More

POWER SUBSCRIPTION REVENUE GROWTH

img