1VOTES VOTE Let’s Develop Modern Apps With The Latest C++ Builder 12 Yılmaz Yörü Hello C++ Developers, this week we have 3 great posts. In the first post, we summarize the most used activation functions available today and we explain how they can be used in C++ examples. In other post,… … Read more 5 months ago in activation function, assignment operator, C++, Code, cpp, Default Constructor, Sigmoid Function 0
1VOTES VOTE Professionally Amplify Your C++ Applications With C++ Builder 12 Yılmaz Yörü Hello C++ Developers, recently we released the “Full list of features in C++11” on the LearnCPlusPlus.org website. These features and examples may amplify your C++ applications. In addition, if you are developing game applications or music … … Read more 6 months ago in C++, c++11, Code, cpp, play sound, RAD Studio, read wav, record sound, record wav, sound, sound file, wav, wave, WaveForm 0
1VOTES VOTE How To Use Copy, Assign, Append, Insert, And Replace Methods Of C++ String Types Yılmaz Yörü Hello C++ Developers, this week, we have 2 great articles about some of the methods of std::string and std::wstring. We have also a topic about the std::make_from_tuple function template. If you still haven&… … Read more 6 months ago in append, assign(), C++, c++17, Code, copy, cpp, insert, make_from_tuple, programming, RAD Studio, replace, std::make_from_tuple, std::string, std::wstring, string, wstring 0
1VOTES VOTE How To Start To Develop Generative AI Technology In C++ Builder 12 Yılmaz Yörü Hello C++ Developers! Yilmaz here, community manager for LearnCPlusPlus.org. I know most of you are interested in AI and using Python, Delphi, and other programming languages in addition to the C++ language. In C++ Builder,… … Read more 6 months ago in AI, artificial intelligence, C++, Chat bot, Code, generative ai, GPT, GPT-3, programming, RAD Studio 0
1VOTES VOTE How To Use Skia Shaders, SVG Images With C++ Builder 12 Yılmaz Yörü The latest RAD Studio C++ Builder 12 Update 1 has been released with a lot of amazing new features, such as the new bcc64x 64-bit CLANG compiler that has VCL/FMX/Skia GUI support with a one-click “64bit Windows Modern” platform… … Read more 7 months ago in .arw, .cr2, .dng, .gif animation, .ico, .jpg, .nef, .nrw, .orf, .pef, .raf, .rw2, .srw, .wbmp, .webp, bmp, C++, clamp, Code, cpp, gif, GLSL, IDE, programming, shader, Skia, SkSL, std::clamp, svg 0
1VOTES VOTE Learn How To Use BlueStacks Android Simulator with Delphi 12.1 Yılmaz Yörü The new RAD Studio 12.1 Athens has been released along with Delphi 12.1 and C++Builder 12.1. RAD Studio Delphi® visual Pascal programming language and IDE is the world’s most advanced IDE for rapidly developing … … Read more 7 months ago in android, Android on PC, android PC, Android Simulator, Application, BlueStacks, Delphi, deployment, IDE, RAD Studio, simulator 0
1VOTES VOTE How To Use Skia With C++ Builder 12 Yılmaz Yörü The latest RAD Studio C++ Builder 12 Update 1 has been released with a lot of enticing new features, such as the new bcc64x 64-bit CLANG compiler that has VCL/FMX/Skia GUI support with a one-click “64bit Windows Modern” platform… … Read more 7 months ago in .arw, .cr2, .dng, .gif animation, .ico, .jpg, .nef, .nrw, .orf, .pef, .raf, .rw2, .srw, .wbmp, .webp, 2D Graphics, animated gif, bmp, C++, Code, cpp, cpp builder, gif, GPU, programming, raw image, Skia, Skia Library, svg 0
1VOTES VOTE What Are The Container Adapters in Modern C++? Yılmaz Yörü Hello developers, here we will explain the container adapters. Before I get into that, as a C++ Builder developer, I should say that these past few weeks have made me so happy that we released… … Read more 7 months ago in C++, Code, container, Container Adapters, IDE, priority_queue, programming, queue, RAD Studio, stack, std::priority_queue, std::queue, std::stack 0
1VOTES VOTE What Changed With The C++17 Standard? Yılmaz Yörü Hello developers, this week we have more new topics about C++ and there are tons of very understandable examples to develop with that can be used to develop new apps with modern programming tools. In the… … Read more 8 months ago in C++, c++11, c++14, c++17, Code, multiset, removed C++11 features, removed C++14 features, std::multiset 0
3VOTES VOTE A Complete Guide To The List Of Features In C++ 14 Yılmaz Yörü C++ is one of the most powerful programming languages and it is being improved by every new C++ standard. The “Modern C++” term started with the release of the C++11 standards, and then extended further… … Read more 8 months ago in 14 features, C++, c++14, c++17, C++20, Code, cpp14, cpp17, cpp20, IDE, modern c++, modern cpp, programming, RAD Studio 0
1VOTES VOTE A Complete Guide To The List Of Features In C++ 11 Yılmaz Yörü C++ is one of the most powerful programming languages and it is being improved by every new C++ standard. The “Modern C++” term started with the release of the C++11 standards, and then the C++14,… … Read more 8 months ago in 11 features, C++, c++11, c++14, c++17, C++20, Code, cpp11, cpp14, cpp17, cpp20, modern c++, modern cpp 0
1VOTES VOTE How To Use Graphics With Modern Data Containers In C++ Builder 12 Yılmaz Yörü Hello C++ Developer, this week we have a new meeting about the latest C++ Builder 12 update, and we have 3 new posts to share with you. In these posts, we explain TViewport3D and TMesh… … Read more 9 months ago in C++, c++11, c++17, Code, container, deque, programming, set, setd::deque, std::set, torus, wheel 0
1VOTES VOTE What Are The C++ 17 Random Number Generators Yılmaz Yörü Hello developers, I hope you are all happy and well. This week we have new C++ posts about modern random generators in modern programming today. Since C++11, in addition to rand() and std::rand(), we have… … Read more 9 months ago in C++, Code, Mersenne Twister, mt19937, mt19937_64, programming, RAD Studio, rand, Random, random generator, std::mt19937, std::mt19937_64, std::rand 0
1VOTES VOTE How To Use Data Containers With C++ Builder 12 Yılmaz Yörü Hello developers, I am really happy this year about the new version of RAD Studio 12, it has been released with a big impact of a lot of enhancements and quality improvements in C++ Builder 12 and Delphi 12…. … Read more 9 months ago in C++, c++11, c++17, Code, forward_list, list, multimap, RAD Studio, std::forward_list, std::list, std::multimap 0
1VOTES VOTE Let’s Develop A C++ Optimization AI App By Using Genetic Algorithms Yılmaz Yörü Hello Everyone, this week we have new C++ posts that can be compiled with C++ Builder (versions 10, 11, or 12) or any other compiler that supports C++17 standard and beyond. AI technologies are evolving rapidly, and… … Read more 10 months ago in AI, C++, c++17, Code, from_chars, Genetic Algorithm, invoke, programming, RAD Studio, std::from_chars, std::invoke, std::to_chars(), to_chars 0