C++

LearnCPlusPlus.org :: Fibonacci Numbers, 3D Objects, Mandelbrot, And More Fun With Windows C++

Hello C++ Developers, We keep adding great posts about C++ on our LearnCPlusPlus.org website and we have some good feedback, thank you so much. We keep adding more tutorials, snippets, videos about C++ and some very specific code. Here are some of our picks that we’ve posted in the last week. We hope you enjoy them! Learn To Easily Develop A Fun Fibonacci Number Generator In C++ For…
Read more
C++DelphiTech Partner

Quickly Create Fast Peer-To-Peer Communication Between Windows Processes

One of the powerful peer-to-peer communication solutions for Delphi and C++ Builder developers is called IPWorks IPC. It is a suite of components for inter-process communications (IPC) through Named Pipes. The component set combines client, server, and remote execution components facilitating straightforward peer-to-peer communications between related or unrelated processes. With the IPWorks…
Read more
C++Delphi

GameDev: Fun Multi-Platform Mars Rocket Game For Android, iOS, macOS, And Windows

FireMonkey allows you to create complex and sophisticated cross-platform applications. From business applications to games, there is something for everyone. Dozens of sample applications are available on the GetIt portal. Today we’ll look at the classic arcade game Mars Rocket. The player must collect points and land the rocket without crashing in this game. Three stars are randomly placed…
Read more
C++CodeDatabaseDelphiRAD Studio

Easily Use Nonstandard Data Using X-DBData for Delphi

X-DBData is a VCL and FMX nonvisual component package that helps users bridge between Delphi’s data-aware and non-data-aware components. There are two paradigms within the Delphi IDE. FeatureNon-Data-Aware Edit ComponentsData-Aware Edit ComponentsData ManipulationManual – using .Text, .Caption, .Value propertiesAutomatic field-linking via Field and DataSource propertiesData…
Read more