C++

C++ Boot Camp: Game Development

Author: Aidan K7359 11-August-2016 / Day 4 of C++ Boot Camp is C++ Game Development hosted by Eli M., MVP, Developer and Entrepreneur from FMXExpress.com Four different games with classic game mechanics will be demonstrated. We will be also be covering topics such as App Tethering, utilizing TFrames to build your UI, using TRectangle as a light weight image object, accessing the device motion…
Read more
C++

A new edition of our free C++ compiler

Author: Jmac61 A long time ago, back when C++Builder was made by Borland,we made available a free version of our C++ compiler. If you’ve been around the C++ community long enough you’re probably very familiar with it: ‘Borland C++ 5.5’counts its downloads in the millions, and despite its age is still today commonly used as an introductory command-line compiler…
Read more
News

Conectando desde Delphi a un webservice de Prestashop

Author: Emilio PM Prestashop es una aplicación web muy extendida en Europa y que se utiliza para crear comercios electrónicos. Dispone de una funcionalidad para conectar aplicaciones utilizando un servicio web. Existen multitud de páginas webs donde te explican como activar un servicio web en Prestashop, así pues, el primer paso es activarlo y obtener una clave para poder conectarnos. En…
Read more
C++

UI Design Tips and Tricks: Home Screen Navigation

Author: ısık During our recent RAD Server webinar, we showed you how to develop and deploy a real world customer retail application. The client app shown is designed torun on smartphones and the server side will execute on IIS production servers on premises and on Amazon EC2 (you can also host a RAD Server application on Microsoft Azure and other cloud servers). The client app allows…
Read more