Top 19 Apps Similar to C++ Interview Questions

C4droid - C/C++ compiler & IDE
n0n3m4
C4droid is a user-friendly (but powerful)C/C++IDE + C/C++ compiler for Android.Basic features:- Offline C compiler: create your own applications on Androiddeviceand run them even without Internet access- Source code editor with syntax highlighting, tabs,codecompletion, code formatting, file association andundo/redo- Export&share your programs as APKs or native executables(forterminal apps)- No root required (but C4droid can use it for your programs ifyouwant)- Full ANSI C and ISO C99 support with TCC (Tiny C Compiler)+uClibc- Git integration- Customizable GUI, choose where to place tabs and buttonsbyyourself, themes are also supported.More features with a free GCC plugin:- Fully-functional C++ compiler, almost complete C++11 supportwithGCC compiler- NativeActivity, Qt, SDL and SDL2 support for GUI- Debugger with breakpoints and watches- Makefile support: use the same build scripts as on yourPC(BusyBox is included)- Semi-automatic open-source library porting feature forenhancedprogramming & educationC4droid is designed to be user-friendy out-of-the-box, butnothingis perfect, so here are some answers for questions thatcanappear:How to install C++ support?C4droid will ask you to install C++ support at first startupandwill configure itself in semi-automatic mode.If you want to do that manually, you need:0) Enough internal memory OR root rights. C4droid does notrequireroot rights for devices with more than 50MB of freeinternalmemory.1) Install GCC plugin (C4droid will ask you to install it).2) Select G++ compiler in C4droid preferences.3*) Add "using namespace std;" to your program(before int main),useiostream, not iostream.hNote that if you want to use C4droid as a C compiler, it isbetterto select GCC, not G++.How to use SDL, SDL2, NativeActivity and Qt insingle-filemode?Just install SDL plugin and select G++ compiler inC4droidpreferences.Note that C4droid chooses app mode using a very simple sourcecodeanalysis:SDL is detected with #include "SDL.h", SDL2 is detectedwith#include "SDL2/SDL.h", NativeActivity is detected with#include"android_native_app_glue.h", Qt is detected with#include"QApplication"If you are compiling a single-file Qt app, you must add#include"yoursourcefilenamewithcpp.moc" to the end of source codefilealso.How to use Makefiles, multifile projects, etc?Long-click compile button (or select "compilation settings"ifbuttons are hidden/moved) and configure current directory tousethe mode you want.Note that C4droid will create .c4droid configuration file whenyouwill press Ok. Some modes (like makefile) require to enterresultexecutable file name, don't forget to do that.After doing that all use compile and run buttons to build andrunyour app as regular.How to build and install libraries?Almost the same way as regular Makefile building except forthatmost probably some patching may be required.Currently tested libraries are gmp(internalmemoryonly),mpfr,mpc,libxml2,neon,sqlite,SDL_gfx(--disable-mmxrequired).Which gestures/keyboard shortcuts does C4droid support?Long-click gestures:New button: delete current file.Save button: save as.Open button: recent files.Run button: run with arguments.Compile button: configure current directory.Tab: close tab.Keyboard shortcuts:Ctrl-C, Ctrl-V, Ctrl-X for Copy, Paste and CutCtrl-S, Ctrl-O for Save/OpenCtrl-Z, Ctrl-Y for Undo/Redo.Ctrl-L for "go to Line"Ctrl-F for FindCtrl-A for select AllCtrl-B for Build/compileCtrl-R for RunCtrl-Space/Ctrl-D for autocompletion (Ctrl-Space may be reservedbyAndroid)Report bugs at [email protected] stands for "c for android" (or "c++ for android").C4droid is not an online compiler, so it uses real binaries.Some binaries in APK are licensed under (L)GPL, email me forthesource code (Tiny C compiler, GCC, BusyBox, etc.)Android is a trademark of Google Inc.Qt is a registered trademark of Digia.
Learn C++ 4.2.21
Learn C++ Programming with programming lessons, tutorials,programs& more
Mobile C [ C/C++ Compiler ] 2.5.2
Learn programming ( coding ) on your mobile devices.
Learn C++ 2.8.2
Sololearn
We're moving to our new free All-in-One app! Get ithere:https://play.google.com/store/apps/details?id=com.sololearnLearnC++ in a greatly improved learning environment with morelessons,real practice opportunity, and community support. Learn C++isanother FREE programming course by SoloLearn. Whether you'vehadany prior programming experience or not, this app will helpyoulearn all you need to know in order to start creating andcompilingyour own programs. Learning with SoloLearn has proved tobe fast,effective and fun. This app will show you how easy it is tobecomea programmer. Learn C++ includes over 80 lessons split into8levels that cover basic concepts, data types, arrays,pointers,conditional statements, loops, functions, classes andobjects,inheritance & polymorphism, templates, exceptions andfiles.Unlock new levels, quizzes, collect points and compete withyourpeers around the world. Most importantly, learn while havingfunbecause engaged learning makes a difference. Good luck!
C++ Programming Concepts 1.0
App Features# Rich UI Layout# Completely offline# Free interview tips# Rich UI Navigation# Comfortable Read Mode# Fast Processing# More than 1000 Topics Covered# Code Syntax Highlighting# Mobile Optimized Content# Mobile Optimized Images# End to End C++ Concepts and Network Programscovers all fundamental topics those are useful forlearningtheC++ language-1. C++ Programming Tutorial2. C++ Programms3. C++ Programming Interview Questions*********************************************Disclaimer:we respects the copyrights, trademarks and intellectualpropertyofothers and also we expect this from other users. In thisapp,ifyou found any information that is owned by you or anycontentthatviolates your intellectual property rights, pleasecontact tous [email protected]
C++ Compiler IDE 22
C++ Compiler IDE is simple C++ IDE focused onlearningprogramminglanguages. Features: * smart syntax highlighting* undo* redo *note * input syntax Example : using namespacestd;#include”iostream“ void main(){ cout<<"Hello world!"; }
C++ Tutorial 3.0
Everything You Need to Know About C++Prog.(Tutorial+Programs+FAQ+Terminology)
CppDroid - C/C++ IDE
Anton Smirnov
CppDroid is simple C/C++ IDE focusedonlearning programming languages and libraries.Features:* code complete ** real-time diagnostics (warnings and errors) and fixes ** file and tutorial navigator (variables, methods, etc)* static analysis ** smart syntax highlighting* portrait/landscape UI* auto indentation and auto pairing (configurable)* configurable code syntax highlighting (themes) ** compile C/C++ code (no root required)* works offline (built-in compiler, no internetconnectionrequired)* great C/C++ code examples included ** detailed C++ tutorial and learn guide included ** add-ons manager and auto updates* Dropbox support ** Google Drive support *On first launch CppDroid extracts SDK (about 150Mb)anddownloads and extracts examples and tutorials, so about215Mb of internal storage space is required. It can't bemoved tosd card because of android security.Start learning C and C++ by examples (menu / Project/Examples) or tutorials (menu / Project/Tutorials).App blog:http://www.cppdroid.infoAdvanced paid features (marked with *) review:http://www.cppdroid.info/p/advanced-features.htmlSee also ArduinoDroid app:http://www.arduinodroid.info
Pocket Notes C++ - Tutorials - 2.2.2
Pocket Notes C++ app enables you to carry C++ programs inyourandroid phone.
Learn To Code (C++) 6.0
Japan Gor
Learn To Code C++ is another FREE programming course by Japangor.#1Application for C++ Programming. ------------------------PLEASENOTE ------------------------ Instead of giving a lowerrating,please mail me your queries, issues or suggestions. I willbe happyto solve them for you :) Whether you've had any priorprogrammingexperience or not, this app will help you learn all youneed toknow in order to start creating You cannot run or executeprogramswith this app. The output is already tested and displayedfor yourreference. Thank You for understanding. This app has a verysimpleuser interface and the contents can be easily understood bytheusers. Wherever and whenever you require any information aboutC++,you are just a click away..... Learning with Learn To Code(C++)hasproved to be fast, effective and fun. This app will show youhoweasy it is to become a programmer. Learn to Code C++ coverbasicconcepts, data types, arrays, pointers, conditionalstatements,loops, functions, classes and objects, inheritance&polymorphism,. Most importantly, learn while having funbecauseengaged learning makes a difference. Good luck! All thebest.....
C++ Pattern Programs 9.3
650+ C++ pattern programs, 250+ other programs, Learn C++,Videotutorials.
350+ C++ Tutorial Programs 1.0
350+ C++ Tutorial Programs with Output ##### BIIT ComputerEducation#####
C++ Programming 1.0.5
Notes,quiz,blog and videos of C++ Programming for computerscienceengineering.
Programming Hub: Learn to code 5.2.9
Coding & programming app to learn HTML, Python, Javascript,C,Cpp, Csharp, Java
C++ Examples 1.5
C++ Programs for students and beginners.
C++ Basics 1.2
Apptainment
This application provides description ofallthe Important terms of C++.A C++ Programmer must know these terms to clear understandingthisprogramming language.Using this app you will get basic idea about important conceptsofC++.
Learn programming
Jan Tursky
Application was created for the purposeofthesis on "interactive textbook of Internet technologies."Itcontains a list of all elements used in HTML 5 Explanation, seethebrowser and source code. The tests, which are then evaluated intheform of statistical tables. Sand, where one can try to writecodethat will automatically display it in the browser.OVERVIEW• more than 70 programming languages (Ada, Android, AngularJS,Apache Ant, ASP.NET, AWT, Bash, Bootstrap, C, CISC, Clojure,COBOL,C++, C#, CSS, CSS2, CSS3, CSS Basic, EJB, Erlang, Git, Go,Gradle,Apache Groovy, Guava, GWT, Apache Hadoop, Haskell, ApacheHbase,Hibernate ORM, Apache Hive, HTML5, IBM IMS, Jackson, Java,Java 8,JavaScript, Java XML, JCL, JDBC, jQuery, jQuery Mobile, JSP,Junit,Lisp, Apache Log4j, Lua, Magento, MATLAB, Apache Maven,MVC,Node.js, OBIEE, Pascal, Perl, PHP, Python, Regex, RSS, Ruby,Scala,Spring, Apache Sqoop, Apache Struts 2, Apache Subversion,SVG,Swift, TeX, VB.NET, VBScript, XML Schema, XPath, XSD,XSL-FO,XSLT...)• other languages, frameworks, schemas, shortcuts, commandsetc.(Apache Ant, AWT, Bash, Bootstrap, Canvas, FTP, Git, Googlemaps,Gradle, Guava, Hadoop, HTTP codes, Jackson, jQuery mobile,JUnit,Linux, Maven, Node.js, Regex, Rss, Subversion, TeX, VBScript,Vi,XML schema, Xpath, XSD...)• interview questions - be prepared for the every type ofquestionsfrom programming languages for your job• sandbox - create your own code, display it in thebrowser,customizable• award system - earn points, obtain medails• skills quiz - prove, that you know answer every question• fully customizable app in the settings• HTML5 tools, details about tags and even more...• simple statistics• option to remove ads + support development-----------------Enjoy Learn programming and have a nice day.
Dcoder, Compiler IDE :Code & P 4.0.199
Paprbit, Inc.
Dcoder compiler: a mobile coding IDE to build projects, code&learn algorithms
Collection of Programs-C/C++ 4.0
This app is useful for keep C and C++programseasily in hand and take reference at any place.This app helps for syntax to write a program of C and C++.Learn CLearn C++Collection of ProgramsCodesC ProgrammingC++ ProgrammingArrayStringData typeBasic of CBasic of C++