C++CodeIDE

How To Program A Robot in C and C++? 

Both the C and C++ languages are both popular choices for robotic applications, including IoT systems. We have some great topics this week again some of which on robots and IoT systems along with a few posts on more basic subjects suitable for absolute beginners.A robot is a machine that is mostly programmableand capable of carrying out a complex series of actions automatically. IoTs like…
Read more
CodeDelphiWebinar

Secrets of Visual Design on Windows 11

Using truly great IDE software really empowers software developers. RAD Studio is so much more than just Delphi – which I think is the easiest professional modern programming language you can pick – it also brings along a whole bunch of great things not the least…
CodeDelphiRAD Studio

A Mobile App For A Smarter Business – How It Can Improve Productivity

Mobile applications are in high demand, and to stay competitive in the throes of a turbulent economy, it’s important to strive to provide high-performance, easy-to-use mobile apps to your users. Choosing the right set of tools is as important to a software developer as it is for a carpenter or sculptor. Hitting a nail with a screwdriver produces poor results and takes a lot longer with more…
Read more
C++CodeIDERAD Studio

Artificial Intelligence - A Complete Guide To Programming In C++

We may be in the cusp of a new era with Artificial Intelligence (AI) Technologies. What part can C++ software play in the advancement of artificial intelligence? Read on to find out more. Is Artificial Intelligence Science Fiction or Science Fact? We’ve all seen the movies. AI, taking over the Earth and enslaving what it sees as dumb humans. A patient but unyielding HAL 9000 refusing…
Read more
CodeDelphi

How To Add The Wow Factor To Your Apps

It’s a lot of fun being an Embarcadero Delphi MVP. On behalf of Embarcadero, I get to demonstrate the benefits of what I think is the best application builder software you can choose to use. But I also get invited to speak at other conferences, webinars and events by a…
C++CodeIDERAD Studio

Graphics - A Complete Guide To Programming In C++

All visual displays are formed from pixels – small RGB LED groups on your computer screen. These pixels are small colored lights which combine together into what we perceive as graphics and text. C++ is one of the best programming languages to analyze and draw these graphics as fast as possible. C++ Builder has a number of different ways of performing pixel operations on bitmaps and other…
Read more