SHA Hash with C++Builder and Delphi
I've always been fascinated by encryption & compression, but my favorite is probably the cryptographic hash function. A hash function is a one-way algorithm that takes an input of any size and...
View ArticleRAD Studio开发相关的一些重要更新信息
已经是5月下旬了, 对于开发人员来说今年有数件重要的开发事件值得关注. 首先是RAD Studio本身, 从RAD Studio最新几个版本我们可以观察到RAD Studio现在每一个大版本之后会有数个hot fix以及3个更新小版本. 而这些更新都需要使用者到特定的URL下载安装, 而且有许多使用者并不知道已经有hot fix/更新小版本推出因此仍然使用旧版本. 这个问题已经有许多朋友向我反映了,...
View ArticleRAD Studio開發相關的一些重要更新資訊
已經是5月下旬了, 對於開發人員來說今年有數件重要的開發事件值得關注. 首先是RAD Studio本身, 從RAD Studio最新幾個版本我們可以觀察到RAD Studio現在每一個大版本之後會有數個hot fix以及3個更新小版本. 而這些更新都需要使用者到特定的URL下載安裝, 而且有許多使用者並不知道已經有hot fix/更新小版本推出因此仍然使用舊版本. 這個問題已經有許多朋友向我反映了,...
View ArticleEvolution of C++ standards
Programming languages are exciting for developers, and C++, one of the more technically challenging and also perhaps the most widely used compiled language, is one of the most exciting. As Theodore...
View ArticleBuilding Stunning UIs with C++ and FireMonkey
With many companies taking the “mobile first” approach, building applications that work on multiple platforms is a requirement for success. Developers who know how to build for more than one platform...
View ArticleRAD Studio 10.2.3 – Patches e outras informações
O RAD Studio 10.2.3 está disponível desde Março de 2018 e pode ser baixado através do ISO ou Web Installer (modo preferencial). Logo após a release, alguns patches adicionais foram disponibilizados...
View ArticleRAD Studio 10.2.3 – Parches y demás información
El RAD Studio 10.2.3 está disponible desde marzo de 2018 y se puede descargar a través de la ISO o instalador web (modo preferido). Después de la liberación, algunos parches adicionales se pusieron a...
View ArticleTDBGridのカラム単位でIMEを制御する場合の確認ポイント
TDBGridで、ある列はデフォルトでIMEをONにしたい場合はIMEを制御したい列のTColumn.ImeModeを"imHira"などに設定します。 このようなケースで文字列を入力したら最初の1文字だけが入力されない場合があります。...
View ArticleC++ with LINQ
I found an interesting C++ libraly.That is "LINQ for C++". What's "LINQ"? LINQ (Integrated Language Query) is a function of C#. LINQ issues a query to the container and gets the result. For details,...
View ArticleDelphi 10.2.3 RAD Server Linux Apache Patch Released
As you have probably seen, Embarcadero has released a few patches for 10.2.3. I wrote about them at http://blog.marcocantu.com/blog/2018-april-10-2-3-patches-recap.html and there was a new one for iOS...
View ArticleDelphi 10.2.3 [RAD Server Linux Apache]パッチリリース
この記事は、Marco CantuによるDelphi 10.2.3 RAD Server Linux Apache Patch Releasedの抄訳です。 弊社はRAD Studio / Delphi / C++Builder 10.2.3用にいくつかのパッチをリリースしました。そのことについて私(Marco...
View Article標準C++の進化
この記事は、David MillingtonによるEvolution of C++ standardsの抄訳です。 開発者にとってC++プログラミング言語は技術的なチャレンジできる、おそらく最も広く使われているコンパイル言語の1つであり、最もエキサイティングなものです。 「過去について知っていれば分かるほど、あなたは将来のために準備が整っています(the more you know about...
View ArticleUsing an IDE: Getting back to code faster
A C++ IDE or an Integrated Development Environment is application development software written to give you a way to create or write C++ applications and programs. There is usually a single interface...
View ArticleIDE利用でC++の生産性向上
この記事は、MT KellyによるUsing an IDE: Getting back to code fasterの抄訳です。 C++IDE(統合開発環境)は、C++アプリケーション作成やプログラムコーディングを提供するためのアプリケーション開発ソフトウェアです。アプリケーションを開発するために単一のインタフェースで必要なすべてのツールが組み込まれています: Compiler...
View ArticleRAD Server Solution Series: [Field Service Application]
Solution Name: RAD Server Field Service Application - Delphi Industry: Field Service Solution Overview: The RAD Server Field Service Industry Template provides an end-to-end field service application...
View ArticleA new mutlti-threading library for Delphi. (darkThreading)
My regular readers may be aware that over the past two or three months, I’ve been working on building a new video game engine for Delphi. I’ve also had many other demands on my time, which has meant...
View ArticleDelphi用の新しいマルチスレッドライブラリ(darkThreading)
この記事は、Craig ChapmanによるA new mutlti-threading library for Delphi. (darkThreading)の抄訳です。...
View ArticleDesktop Development on Windows and Delphi VCL Library
Despite all the push for web and mobile development, which are certainly growing a lot, Windows desktop development is far from death. In fact, at the recent Build 2018 conference Microsoft reported...
View ArticleTech Tipp #13: Rechnen mit InterBase
Frage: Ich mache Berechnungen beim SELECT Statement von InterBase. Zum Beispiel (Standard EMPLOYEE Datenbank; nur als Beispiel) SELECT TOTAL_VALUE, TOTAL_VALUE*1.19 AS RESULT FROM SALES Das...
View ArticleRAD Server 製品[フィールドサービスアプリケーション]
この記事は、Sarina DuPontによるRAD Server Solution Series: [Field Service Application]の抄訳です。 ソリューション名:RAD Server Field Service Application - Delphi 業種:フィールドサービス ソリューションの概要 RAD Server Field Service...
View Article