Friday, January 18, 2019

C++ Editor and IDE.

What features should I care in IDE?
Code Editor - syntax, auto-completion, templates
Compiler - converts source code according to a language 
           understood by the computer OS system.
Debugger - make it easy to analyze and make changes in a program.
Do I have C++ Compiler installed?
gcc -version
cc -vresion
c++ -version
g++ -version
How do I download C++ Compiler?
https://www.oracle.com/technetwork/java/javase/downloads/index.html
Click to start!
Code::Block IDE
http://www.codeblocks.org/downloads
Click here to Start!
CodeLite IDE
https://downloads.codelite.org/
Click here to Start!
Editor Shortcuts
Eclipse IDE for C++
eclipse.org
Click to start!
NetBean IDE 8.2 for C++
https://netbeans.org/features/cpp/
Click here to Start!
Netbeans IDE
https:/netbeans.org
Click to start!
IDE ShortCuts

No comments:

Post a Comment