As published in the Official Gazette of the Executive Branch on 10/26/2022, Centro Paula Souza (CPS) and Embarcadero renewed their partnership in providing academic licenses for CPS units for another 24 months.
This guarantees an extension of Embarcadero Technologies RAD Studio license donation term for another 2 years so that CPS teachers and students can always make use of the latest product…
Advanced Programming - A Complete Guide To Programming In C++
October 28, 2022
A Complete Guide To Advanced Programming In C++
This article is part of a series which teaches you the basics of how to write C++ software. C and C++ both make use of pointers. Often, new C++ programmers can struggle with both the concept and correct use of pointers. In…
Graphics - A Complete Guide To Programming In C++
October 26, 2022
All visual displays are formed from pixels – small RGB LED groups on your computer screen. These pixels are small colored lights which combine together into what we perceive as graphics and text. C++ is one of the best programming languages to analyze and draw these…
How C++ Works With Libraries and More
October 24, 2022
Hello everyone, we have new great posts about C and C++ coding that may help and motivate you, your kids, or your students to start new apps on Windows, iOS, Android, Linux, iOS, or on IoT systems. This week’s topics are a round-up of some new great C and C++ app articles from the LearnCPlusPlus website. We try to answer all your questions, please ask your questions if you need any…
A Complete Guide To Programming In C++ - Visual Programming
October 21, 2022
Programming languages have evolved well thanks to the development of the technologies, the availability of education in the technical sciences, and the continuing curiosity of the human mind about searching for and creating new things. Some of the most cutting-edge…
A Complete Guide To Programming In C++ - Object Oriented Programming
October 19, 2022
This article is part of a series which teaches you the basics of how to write C++ software. One of the biggest differences between the C and C++ programming languages is that C++ is an Object-Oriented Programming (OOP) language that supports using Classes. In this post we…
A Complete Guide To Programming In C++ - Basics
October 14, 2022
C++ is one of the most powerful programming languages as well as being one of the World’s most popular. Using a fast, efficient and reliable C++ IDE is very important for beginners and professionals since it helps C++ developers in remembering which language features exist, how to use them, and even detect errors when we get it wrong. Over the course of the next few weeks, we’re going to…
A Complete Guide To Programming In C++ - Introduction
October 12, 2022
C++ is one of the most powerful programming languages as well as being one of the World’s most popular. Using a fast, efficient and reliableC++ Windows programming IDE is very important for beginners and professionals since it helps C++ developers in remembering…
What Kind Of Programming Language Is C?
October 7, 2022
The C programming language is one of the most popular programming languages in use today. Over the years C has been joined by many new programming languages that introduced lots of new features such as object orientated programming yet it still is consistently placed in the…
3 Main C++ Compiler Tips to Develop Successful Apps
October 6, 2022
Is your compiler set to use the CLANG compiler in the IDE options?
If you are developing apps using lesser known C++ compilers, or maybe your legacy projects are starting to show their age, we highly recommend you switch to a CLANG C++ compiler which supports the latest C++ standards. This switch may result in some errors and warnings in your code but be sure that CLANG is a standard in C++ and…



