C++

2019 #CodingResolutions: Your First Windows App (In C++ or Delphi)

Author: Rebekah D Skipping Past “Hello, World!” Ready to create your first app? Most introduction to programming classes will start with the quintessential “Hello World!” program that outputs that greeting phrase to the console and it looks like this: While generations of programmers have gotten a thrill from seeing these words, that’s not a very exciting program, is it?
Read more
C++

Happy 2019! What are your #CodingResolutions?

Author: Rebekah D Happy 2019! Do you have a 2019 New Year’s Resolution for programming? Some popular programming resolutions are: Learn a new programming language. Knowing multiple languages keeps your coding sharp and improves your job prospects by showing you’re…
C++

C++ Compilers that ship with C++Builder 10.3 Rio

Embarcadero has RTM’d RAD Studio, Delphi and C++Builder 10.3 Rio (version 20.0) today. You can read the press releasehere. Included in the release are several C++ compilers. C++Builder 10.3 Rio (20.0) C++ Compilers BCC32 – the classic 32-bit windows…
C++

C++ language update - ISO C++ meeting, Bjarne videos, and more

Here are a few recent updates regarding the ISO C++ Language and CPPCon 2019 videos with Bjarne Stroustrup. Herb Sutter’s Trip report: Fall ISO C++ standards meeting (San Diego) “On Saturday November 10, the ISO C++ committee completed its fall meeting in San Diego, California, USA, hosted with thanks by Qualcomm. This was the biggest ISO C++ meeting in our 29-year…
Read more
C++

Mobile App Navigation with TTabControl

Author: Rebekah D RAD Studio, Delphi, and C++Builder offer many controls to help create native mobile apps with consistent appearances that behave naturally for each platform. Today we’re going to look at the TabControl on iOS. When we develop for specific platforms like…
C++

Articles and News from the C++ community

To prepare for the appearance of C++17 support in the “Carnival” release of C++Builder (RAD Studio August 2018 Roadmap), here are some recent articles that have appeared in the C++ community. To stay up to date on what’s happening with ISO C++ you should…
C++

Happy 35 years to C++

Choosing a programming language to learn and utilize is an extremely personal choice and not one that developers take lightly. C++ has a long history as a popular language used to create Operating Systems, drivers, gaming engines and so much more. It expanded the C language by adding classes, inheritance and abstraction to its core, making it my favorite language to use. C++ is the first language…
Read more
C++

std::out &lt&lt "Happy 35th birthday, C++!"

C++ has a long history, beginning in 1979, with Cpre, which added classes to C. By 1980, it was C with Classes. And then in December of 1983, the term C++ was first used, suggested by Rick Mascitti. That’s thirty-five years ago this year! Read more in this…
C++

Learn to Program with Community Edition

Author: Rebekah D Get started programming with our Community Editions! Community Edition is our full-featured and free IDE to build applications for iOS, Android, Windows and macOS from a single codebase using the robust and easy-to-learn Delphi language. It’s…
C++

Jump start your IoT solution with ready-to-use components

Let’s say for example that you want to create a heart rate monitor app. You’ll need information about the heart rate GATT profile to connect to andcollect data from the bluetooth enabled HR monitor device. GATT profilesare high level definitions that define how to use standard services in your applications. The heart rate GATT profile is used for fitness or health…
Read more