Author: Rebekah D
So far in the #CodingResolutions series, we’ve worked a lot in the visual design framework to demonstrate how easy it is to create low-code apps. It’s instant gratification to see our apps come to life! However, there’s a lot more to programming so let’s get down to work.
In this post, let’s look at some programming fundamentals and…
#CodingResolutions: Your First Mobile App
January 15, 2019
Author: Rebekah D
Welcome back to the #CodingResolutions series! In this post, we’re going to make sure we have our developer environment set up for Android Development, and then create our first Android app in either C++ or…
2019 #CodingResolutions: Your First Windows App (In C++ or Delphi)
January 10, 2019
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…
Happy 2019! What are your #CodingResolutions?
January 7, 2019
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 adaptable. In RAD Studio, it’s easy for Delphi programmers to learn C++ in a familiar environment, and the same for our C++…
C++ Compilers that ship with C++Builder 10.3 Rio
November 21, 2018
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++ language update - ISO C++ meeting, Bjarne videos, and more
November 15, 2018
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…
Mobile App Navigation with TTabControl
September 19, 2018
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 iOS and the iPhone, it’s important to adhere to that platform’s guidelines to improve the user experience, satisfaction…
Articles and News from the C++ community
September 1, 2018
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…
Happy 35 years to C++
August 30, 2018
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…
std::out << "Happy 35th birthday, C++!"
August 27, 2018
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 fascinating article by Bjarne Stroustrup, which also discusses many other aspects of C++’s history. We also recently…