C++CodeRAD Studio

Introduction To C And C++ Coding For 2023

Hello to all developers. We have new introduction-level posts that may help and motivate you to start with developing small games, maybe your friends and family, or your students to develop amazing games on Windows, Linux, iOS, or on IoT systems in 2023. The topics in this article are a round-up of recent C++ and C topics from the LearnCPlusPlus website including very simple examples that can be…
Read more
CodeDatabaseDelphiHow-To'sWebinar

How To Make MySQL Your SQL

Today (December 20th 2022) and tomorrow you can join us for Embarcadero’s two day Enterprise CodeRage event which focusses, as you might expect, on enterprise development topics using your favorite IDE software. I am presenting two sessions – this blog post…
NewsRAD Studio

Getting The Best IDE, Functions And Data For Your Software With RAD Studio And APILayer

In your quest to become a proficient software developer, it helps to have a great IDE. A full-featured high-performance IDE will help you create quality code for your software applications. However, not only does it help to have a great IDE, but data and functions from online APIs power most software applications on the market. In this round-up we will introduce you to two valuable services to…
Read more
C++CodeRAD Studio

5 Simple Steps On The Path To Learn C++

Hello to everyone, nowadays during my normal working day I have many students around me with a passion to learn programming. They are from high schools, colleges, from some engineering departments of universities and they are asking which programming language they should…
C++CodeRAD Studio

Introduction To C Programming In 2023

Hello to all developers. As we write this, a new year is approaching and we have introduction-level beginner posts about C programming that may help and motivate you, your friends and family, or your students to make learning to code your new year resolution and start new apps on Windows, Linux, iOS, or on IoT systems in 2023. The topics in this article are a round-up of the latest C topics from…
Read more
C++IDERAD Studio

How C++ Program Works With Libraries

The C++ programming language is one of the most popular programming languages. C++ is the highly evolved and modern app building software comes with a lot of libraries and with header files to define functions in these libraries. Libraries are one of the main important parts…
DelphiTech Partner

Read Facebook Account Data In A Cross Platform App

Facebook is a social network that boasts high popularity among users from all over the world. Earlier, we have already shown how it is possible to automate the process of posting different types of info on a Facebook page using the Facebook Graph API. We’ve created a Facebook app, an access token and API commands that we’ve further used in our cross platform apps using Delphi and the…
Read more