Top 45 Apps Similar to Learn C++ Programming Tutorial
Learn C++ Programming 2.1
C++ Programming App : Learn C++ Tutorial Learn C++Programming[C++Programming offline / C++ Tutorial ] app providesyou :★Lessons [ With Pictures and Example Programs] Topic Covered:1.Introduction to C++ [ 6 SUB Topics ] 2. IOStream [ 4 SUBTopics]3. Data types & Operators [ 8 SUB Topics ]4.Conditionals& Loops [ 7 SUB Topics ] 5. Arrays & Types [4SUB Topics ]6. Strings & more [ 6 SUB Topics ] 7 Pointers&Structure [8 SUB Topics ] 8. Functions [ 7 SUB Topics ] 9.OOP'SConcepts [ 7SUB Topics ] 10. More on OOp'S [ 7 SUB Topics ]11.Exception &File Handling [ 4 SUB Topics ] Which makes LearnC++Programmingeasier. ★ 300+ Programs with comments&documentation whichhelps you during your exams ,Sems or anyothercompetitions. whichmakes Learn C++ Programming easier ★StarImportant FAQ's(VIVA ||C++ Interview Questions and Answers)Whichhelps you duringInterview or any College practical Lab Vivawiththe help of C++tutorial for beginners ★ 1000+ C++ ProgrammingQuizwith [Easy,Medium & Hard] Category to prepare youforCompetitive Examswith the help of C++ tutorial and programming★This C++Programming Language app enables you to carryC++programmingTutorial offline in your android phone. ★★★If youwanttoDownload Java Programming App clickingthelinkbelow:👇🏼★★★https://play.google.com/store/apps/details?id=com.java.malik.javaanimJavaProgrammingApp ★★★If you want ( NO Ads + Super Fast CompilerforJava, C &C++ ) Download Pro Version of Java App. [JavaProgramming App Pro -with Fast Compiler ] by clickingthelinkbelow:👇🏼★★★https://play.google.com/store/apps/details?id=com.java.malik.javaprogrammingJavaProgrammingApp Pro - with Fast Compiler If you Like My workpleaseRate it 5stars & don't forget to share C++ Tutorial Appwithyourfriends.Happy coding:)
Learn C++ 2.8.2
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!
Learn Java 3.8.2
We're moving to our new free All-in-One app! Get ithere:https://play.google.com/store/apps/details?id=com.sololearnLearnJava in a greatly improved learning environment with morelessons,real practice opportunity, and community support.SoloLearn's LearnJava is a comprehensive guide to one of the mostpopularprogramming languages in the world. And here's a bonus:Learn Javais FREE! The lessons in Learn Java lessons are fast,easy, andeffective; the app is set up to be completed in less thanthreehours. No prior programming experience is needed. With LearnJava,you’ll learn object-oriented Java programming and have theabilityto write clear and valid code in almost no time at all. Sodon'thesitate. Begin our step-by-step tutorial today, and learn anewskill! The app's 64 lessons cover the following topics: •JavaBasics: Variables, Operators, etc. • Conditional StatementsandLoops • Arrays • Classes and Objects • Encapsulation,Polymorphism,and Inheritance • Abstract Classes and Interfaces •Anonymous andInner Classes • Exception Handling • Lists • HashMaps• Sets •Threads • Working with Files • And Much More! Become aJavadeveloper – start SoloLearn's FREE tutorial today!! Unlocklevels,collect points, and compete with your peers around theworld. Learnand have fun with SoloLearn!
C4droid - C/C++ compiler & IDE
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.
C Programming - Learn Code, Theory & Discuss 3.3.5
C Programming Course is all in one Application to learnCProgramming Language (C Language). Included Theory with manyCPrograms with output. C Program. 📖💻 Features: ★ Fully Offlineforstudies. ★ Absolutely free. ★ Contains all basic concepts of'C'programming language (C Language). ★ Included all basic theoryofC. ★ Nearly 100+ C Programs with console outputs. ★ EasytoUnderstand each and every C Program. ★ Easy language ★InDiscussion Panel, user can ask any problem related withprogrammingand also help other user for solutions. ★ User friendlyGraphics UI(User Interface). ★ Easy to use. Easy to learn CLanguage.***************************** Developed By : ShreyasSharad PatilSPDroid -------------------------------------- ForAdsFree VersionOf This App:https://play.google.com/store/apps/details?id=com.spdroid.c.paid---------------------------------------If Found any problemsregarding app, Please Contact me byE-Mail.--------------------------------------- Learn to code! Useandlearn C Programming with thisapp.....!--------------------------------------- Contents Included★Introduction ★ Tokens ★ Constants and Variables ★ Keywords ★DataTypes ★ Variables ★ Data Input/Output ★ Operators ★DecisionControl Structure ★ Loop Control Structure ★ Array ★TwoDimensional Array (2D) ★ Function ★ Types of Functions ★RecursiveFunctions ★ String ★ Storage Classes ★ Preprocessors ★Pointers ★Array of Pointers ★ Pointer to Pointer ★ Structure ★Union ★Command Line Arguments
C Programming App 9.0
*** Unique Features *** 1.Interactive User interface 2.Neatandclear layout for better visibility 3.Copy option available inallprograms 4.Many programs with clear output 5.Topic wisePrograms6.Topic wise theory with full description 7.Standardinterviewquestions and answers 8.Very Simple and UnderstandablelanguageThis is the only app in which you can learn the wholesyllabus of Clanguage with Tutorials ,programs and Interviewquestions andanswers. This application has decent user interface.Itmakes yourlearning better and interactive. *** Modules*** 𝟏.CTUTORIAL: Thispart contains complete syllabus with full descriptionof each topicwith syntax,description and example for your betterunderstanding.𝟐.C PROGRAM:This part contains more than 300 programswith outputfor your deep practical knowledge and for yourbetterunderstanding. 𝟑.INTERVIEW Q/A:This part containsinterviewquestions and answers of every topic available in Clanguage .Ihope this will help you in your viva and interviews.
Learn C# 1.9.2
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. TheSoloLearn C#course makes the 10th programming language available toourcommunity for FREE! At SoloLearn, we are building a communityofcoders where learning is FREE, FUN, and EFFECTIVE! Withcodingbecoming a "must have" skill, we aim to help you improveyourcareer and life choices by mastering this skill in your sparetime,on any device, wherever you are. Join our growing communityofSoloLearners where you can enjoy individual andpeer-to-peerlearning and learn the basics of implementing codingprojects onyour mobile. And finally, improve your standing withinthecommunity by collecting XP points and advancing your rank ontheLeaderboard! Learn: Gain an understanding of C# concepts bygoingthrough short interactive texts and follow-up fun quizzes.Topicsinclude: variables, conditional statements and loops,methods,classes, arrays, strings, encapsulation, inheritance,polymorphism,interfaces, exceptions, generics, and more! CodePlayground: Thebest way to learn to code is to CODE! Ourbeautifully designed codeeditor lets you make changes to existingcode or write and run yourown custom code and see the output onyour mobile device! You cancode while going through the corelessons or as a stand-alonelearning activity. The more you play,the better you get! Use ourDiscussion Forums: Whether you needadditional help inunderstanding a topic or want to contribute toenhance the learningof peer SoloLearners, go to our DiscussionForums. Learn, shareyour knowledge, and improve your career andlife choices!
Learn jQuery 1.4.2
We're moving to our new free All-in-One app! Get ithere:https://play.google.com/store/apps/details?id=com.sololearnLearnJQuery in a greatly improved learning environment withmorelessons, real practice opportunity, and community support.LearnJQuery has been added to our series of FREE interactive appsthatmake learning to code non-daunting and fun! Download theLearnJQuery app or our more comprehensive (more lessons, morepractice)and community-driven SoloLearn: Learn to Code app tobeginlearning. If you’ve already completed our HTML, CSS, andJavaScriptapps, dive right in and learn even more as you competeandcollaborate with your fellow SoloLearners. Improve yourcodingability as you surf through brief lessons and take funquizzes.Practice writing JQuery code within the app, collectpoints, andshow off your skills! When you complete the course,you'll receivea Certificate of Completion as a trophy! TheSoloLearn Learn JQueryCourse covers the following topics: •Attributes • Content and CSSManipulations • DOM • Events • Effects• Animations • And more!Learn and practice what you’ve learned tobecome a Web DevelopmentPro! Good luck!
Learn HTML 5.8.2
We're moving to our new free All-in-One app! Get ithere:https://play.google.com/store/apps/details?id=com.sololearnLearnHTML in a greatly improved learning environment with morelessons,real practice opportunity, and community support. This FREEappwill teach you how to design a web page using HTML. Inourinteractive HTML courseware, carefully selected content willbefollowed by quizzes and checkpoints. Complete a series ofhands-onexercises and practice while writing real HTML code. Ourcontent isconcise, checkpoints are enjoyable, and learning isguaranteed.Learn while playing and play while learning with ourFREE HTMLTutorial! Whether you want to further your career orsimply gain anew skill, this tutorial will be useful for you. It iseasy tostart, easy to learn - are you still waiting? Start now!
Learn Python 2.8.3
We're moving to our new free All-in-One app! Get ithere:https://play.google.com/store/apps/details?id=com.sololearnLearnPython in a greatly improved learning environment withmorelessons, real practice opportunity, and community support.LearnPython in the most social and fun way, with SoloLearn!LearnPython, one of today's most in-demand programminglanguageson-the-go, while playing, for FREE! Compete andcollaborate withyour fellow SoloLearners, while surfing throughshort lessons andfun quizzes. Practice writing Python code withinthe app, collectpoints, and show off your skills. When you completethe course,you'll win a Certificate of Completion as a trophy! TheSololearnLearn Python Course covers the following topics: • PythonBasics •Data Types • Control Structures • Functions and Modules•Exceptions • Working with Files • Functional Programming•Object-Oriented Programming • Regular Expressions • ...andevenmore! So don’t wait; dive right in! Start coding with Python!