↧
Discover The String Operations And More Great Features Of C++
Hello C++ Developers, This week we have an abundance of topics about strings, which mostly include String Operations in Modern C++. We will learn to use the find() string method as well as exception...
View ArticleHow to Check The C++ Compiler Version On Windows
A C or C++ Compiler is a computer program that converts the text of a program’s code into an executable program. How can we check the version of the C++ compiler we are using on...
View ArticleFive Great Things To Learn About String Operations in Modern C++
Hello C++ and Delphi Developers, Today we are looking at strings, mostly String Operations in your Modern C++ app. We also added some older functions or methods which are still popular C and C++ string...
View ArticleCalculating Pi in Delphi for Pi Day 2023
In celebration of Pi day let's use Delphi to generate Pi and see how accurate we can get. Looking at 3 different algorithms and the BigDecimals library.
View Article10 Tips to Rapid Development With A C++ IDE
1. Download the latest C++ Builder 11 (RAD Studio 11) Community Edition / Professional / Architect / Enterprise C++ Builder is the easiest and fastest C and C++ IDE for building everything from simple...
View ArticleThe Easiest C++ Compiler For The Windows Development
As a software developer, if you are focused on an application development project, as a professional you want to focus only on your project, your code, the UI, and your application’s runtime...
View ArticleGetting Big with Pi in Delphi
Using Rudy's Big Number library to calculate thousands of digits of Pi in Delphi.
View ArticleDeveloping Windows Services in Windows 11: Best Practices and Tools
When you develop Windows software you come across the need for some kinds of applications need to be run for 24 hours or, in fact, continually while the computer is running. Usually, the computers in...
View ArticleWhere Is A C++ Compiler Download For Windows App Development
Here is the quick answer: If you are new to C++ and want to compile code for the first time, we recommend you try the free C++ Builder Community Edition for students, beginners, and startups....
View ArticleThe Pros And Cons of The C++ Programming Language
C++ has a reputation for being one of the most efficient and powerful programming languages. It is still incredibly popular in almost all developer surveys despite having been available for over 40...
View Article5 New Posts About C, C++, And Python
Hello C++ Developers. In today’s round-up of recent posts on LearnCPlusPlus.org, we have 5 new C and C++ posts with some very simple examples that can be used with a modern C++ Compiler that supports...
View Article5 Modern C++ Posts That Can Be Used With C++ Builder 11 CE
Hello C++ developers, C++ students, and C++ educators. We recently had another milestone for the C++ programming language with a free version of C++ Builder, C++ Builder 11 CE Community Edition...
View Article5 New Posts With Free C++ Builder CE, Dev-C++, BCC, GCC Examples
Hello developers, if you just starting out on your C++ journey and want to jump to a modern IDE and C++ compiler, there is a free version of C++ Builder, C++ Builder 11 CE Community...
View ArticleWhat Is The Copy Assignment Operator In C++?
Hello developers, right now it is Summer here and nature is blooming and beckoning us to leave the warm glow of our computers behind. During those moments where you’ve hopefully got some time in the...
View ArticleLearn More About Copy Assignment Operator In Modern C++
Hello C++ developers. This week, we continue our Copy Assignment Operator topics in C++. We have more posts in detail with examples. All of the C++ examples in these posts can be used with C++...
View ArticlePowerful Atomic Operations In C++ – No Oppenheimer Required
Hello C++ developers, Yilmaz here from LearnCPlusPlus. RAD Studio’s C++ Builder, Delphi and their free community editions C++ Builder CE, and Delphi CE are a real force for modern application...
View ArticleCreate and use Static Library (.Lib) and Dynamic DLLs in C++ Builder
Introduction: This post describes how to create and use Static Library (.Lib) and Dynamic (Run-Time) DLLs in C++ Builder. A library is a collection of pre-compiled code that can be re-used by programs....
View ArticleClang v15 compiler support coming to C++Builder 12
For C++ developers who want to take advantage of new ISO C++ language features in Clang v15 along with the power and productivity of RAD development using C++Builder, stay tuned to the Embarcadero...
View ArticleThree Important Posts About The Features Of C++14
Hello C++ Developers. As I write this post, the summer is over (if you live in the Northern hemisphere), and, in most countries, the new educational year has started, and we wish good luck to...
View ArticleWhat Are The Useful Mutex, Shared Mutex and Tuple Features In Modern C++
Hello C++ Developers, Embarcadero and Whole Tomato developer teams are working hard on to release of RAD Studio 12, and it seems like we may (or not) see the early released version of the new C++...
View Article