what is sublime editor ?? does it help learning c++ why do we call it sublime instead of c++?
Dear student,
Sublime Text (or Editor) is a shareware cross-platform source code editor with a Python application programming interface. It natively supports many programming languages and markup languages, and functions can be added by users with plugins or other methods.
It is basically a platform where you can code and as it supports many programming languages therefore you can code it the language you are comfortable with.
It does not help you directly in learning C++ but it helps you in the practical work as it provides you a field where you can implement your theoretical skills by writing codes.
C++ is a programming language and you can write codes in this particular language on sublime text. And since, you can use other programming languages as well like python, java, C, HTML, etc., therefore, we are not calling it specifically C++ editor.
I hope I answered your question.
Hello,
Sublime Text is a cross-platform shareware Which was written in c++ and python for source code editor via an API (programming interface) for a Python application. Many programming languages and markup languages are natively supported, however users with extensions, usually community-built and maintained under free software licences, may add functions. This can't be solely used for c++ it can be used for other programming languages as well as markup languages.
Sublime Text is a text editor written in C++ and Python available on windows, Mac and Linux. A text editor is a program developers write their code in.
History behind it goes back to 2007 when its creator Jon Skinner quit his job at Google in order to pursue one of his dreams : Create a better text editor that follows three principles
- Simple, minimum interface : we need to focus more on the text and not a myriad of toolbars
- The code should never be hidden by a window
- Take advantage of all the space available : full screen, multi-screens,…
Since the release of its 2.0 version Sublime Text takes in charge 44 major programming languages, while so many plugins are available for rare ones.
Hope it clear!
All the best!