Skip to main content

What is C++ and how to install Eclipse Helios IDE

What is C++?


is a general-purpose programming language. It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation.


Eclipse Helios IDE


There are different versions of Eclipse, this one 'Helios' is specific for C++ coding and we are going to see how to install it

Step 1:

Go to Eclipse webpage to download it











step 2:

After you finish downloading it you will get a Zip file with the name of the Eclipse you just download, open it and extract it and after that you are going to run it and this is going to be your final product. (Did on linux cause I already did install it on windows)


Step 3:

Open and enjoy
















Hope it was clear and easy for everyone.

Comments

Popular posts from this blog

Command Lines Part 2

Converting Files Images Convert from jpg to png? $ convert image.jpg image.png         Networking Stuff Arp Have a look at who on the network own which IP address: $ arp     Ping Is a server alive? $ ping 8.8.8.8     Traceroute Where are the network issues between us and them? $ traceroute www.nuim.ie     Nmap Scan the local 255 host subnet. $ nmap 192.168.1.0/24     1-Liners What is the total disk size of all MarkDown files in my homedir? $ find ~ -name "*.md" | xargs du -ch       Generate numbers in a random order echo {01..10} | sed 's/ /\n/g' | shuf -