一次元配列入門
おそらく、複数のデータを保存できるアプリケーションで作業したいと思ったことがあるでしょう。これは、 Windowsアプリケーション開発だけでなく、Mac、Linux マシン、モバイル デバイスなど、ほぼすべてのアプリの基本です。例えば、複数の連絡先を保存できる電話帳アプリや、モバイル ゲームのリーダーボード システムについて考えてみましょう。
続きを読むおそらく、複数のデータを保存できるアプリケーションで作業したいと思ったことがあるでしょう。これは、 Windowsアプリケーション開発だけでなく、Mac、Linux マシン、モバイル デバイスなど、ほぼすべてのアプリの基本です。例えば、複数の連絡先を保存できる電話帳アプリや、モバイル ゲームのリーダーボード システムについて考えてみましょう。
続きを読むWe’re back to another video from the recently concluded Coding Boot Camp 2022. We already learned about the basics and foundation of Delphi and we were already introduced to some of the common components and their respective roles in Windows program development in Delphi. This time, we will have a deeper insight into some of the commonly used Selection components…
続きを読む最近開催された Coding Boot Camp 2022の収録ビデオでは、Dejon Weyers が、プログラミングにおけるテキスト ファイルとストリーム、そして Windowsプログラム開発におけるこれらの役割について解説しています。その言葉が暗示するように、テキスト ファイルは、太字、下線、表、スタイルなどの書式設定のないテキストを含む文字ファイルです。テキスト ファイルには書式がないため、さまざまなプログラムで使用できます。
続きを読むプロシージャ(手続き)と関数は、 Windowsアプリケーション開発において不可欠な要素です。例えば、関数は、特定のタスクを実行するためにユーザーから入力を受け取るさまざまな命令のセットです。通常、関数は、何かを計算し特定の出力が得られます。一方、プロシージャは、Delphi などのプログラミング言語で使用される一連の命令です。これらのプロシージャと関数は、技術的にはサブルーチンとして知られています。
続きを読むランダムなパスワードを生成できるアプリケーションや、ランダムな結果を引き出すことができるようなプログラムを見たことがあるのではないでしょうか。サイコロを振るアプリはどうでしょうか? 興味深いことに、この特定の機能について、最近開催された Coding Boot Camp 2022 で採り上げられました。Bootcamp初日は、プログラミングの基礎やDelphiの基礎にフォーカスしていましたが、2日目からは、より詳細な Windowsプログラム開発の知識...
続きを読むPython と Delphi は現在、 Windowsプログラム開発 だけでなく、他のプラットフォームでも主要なプログラミング言語の 2 つです。どちらも成熟した言語であり、プログラミング業界で高い評価を得ています。Python は 1989 年に、Delphi は 1995 年に誕生していますが、Delphiでは1970 年代から存在する Object Pascal を使用しています。Delphi は迅速なアプリケーション開発の側面と GUI アプリケーションで最もよく知られています...
続きを読む前回のセッションで Python と Delphi の相乗効果を紹介した後、Windows 用のオープンソース IDEソフトウェア である PyScripter について詳細を説明します。最近開催された Coding Boot Camp 2022のセッションを収録したこのビデオでは、Kiriakos Vlahos が PyScripter について説明し、Delphi 開発者が利用できるコア機能から新しく追加された機能まで、すべてを実演します。
続きを読むAfter learning everything about looping and its core function in Delphi from the last session from the recently concluded Coding Boot Camp 2022, we will advance to another equally important topic about coding in Delphi. The first day of the boot camp focused on the foundation and fundamentals of Delphi and how they became an integral part of Windows application…
続きを読むWe’re back with another Coding Boot Camp 2022 recap. After learning everything about the If statements and how they can be effectively used in any Windows application development. We are going to take a deeper look at the so-called For-loops. In this session, we will be introduced to the idea of iteration. Generally, in programming, is the process where a…
続きを読むToday, we recap another interesting session from the recently concluded Coding Boot Camp 2022. In the previous videos, we have learned everything about the Delphi IDE and how to properly declare variables and effectively use them for Mathematics. In this session hosted by Lilane Le Grange, we will learn everything about IF statements as well as the operators that are…
続きを読む