Tag eclipse

Introduction to C++

This post is an introduction to C++. C++ is an adaptation of C to the object-oriented paradigm. It was originally developed by Bjarne Stroustrup. C++ Versions and Standards There are different standard versions of C++. Each version is standardized through…

How to install Eclipse on Ubuntu

This post explains how to install Eclipse on Ubuntu. Ways to install Eclipse IDE on Ubuntu There are different ways to install Eclipse on Ubuntu: Official package snap Ubuntu Sofware app apt Each of these ways has its drawbacks, so…

Java Platform

This post explains the most relevant concepts about the software needed to run and/or compile Java on a device. It also clarifies the differences between concepts like JVM, JRE, JDK, OpenJDK or Java SE. Java Platforms A Java platform is…