The C++ Programming Language Renaissance INFO

Till recently I was under the impression that there is a limited room for learning C\C++. After all, in many cases Java and C# do replace the usage of C\C++ and many new software applications are developed in Java and in C#.

During the last two years I find more and more cases in which knowing C\C++ is more relevant than ever. Those cases aren’t limited for developing the platform itself.

Some of the mobile platforms use C\C++ as their main programming language (Symbian, Bada and MeeGo).

Some of the mobile platforms allow us to use C\C++ for developing native code running on them (Android). In some cases there is no other way but writing this native code.

If you learn programming language don’t under estimate your C\C++ courses. Eventhough it is a relatively old programming language it is still a relevant one.

Share:

The Visitor Design Pattern

The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.

What are Anti Patterns?

Anti Patterns

Unlike design patterns, anti patterns just seem to be a solution. However, they are not a solution and they cause additional costs.

Virtual Threads in Java Professional Seminar

Virtual Threads in Java

The use of virtual threads can assist us with improving the performance of our code. Learn how to use virtual threads effectively.

The Beauty of Code

Coding is Art! Developing Code That Works is Simple. Develop Code with Style is a Challenge!

Update cookies preferences