In keeping with our Build your own Summer Camp theme, today we are focusing on C++Builder. Before I jump into C++ learning resources, a reminder for the TCoffeeAndCode Live Stream and Danny Wind’s Introduction to REST WebServices.
Monday we had a quick intro to installing C++Builder 10.4.2 CE. The following 13 video playlist walks you through some C++ Fundamentals:
Once you’ve completed the basics, here are 36 more interesting C++Builder videos that get into building visual applications, working with databases, etc. Thanks to Željko Kovačević, who also provided the source code to accompany the videos.
Željko Kovačević’s Full Playlist:
- VCL Components, Dialogs and Forms
- Frames
- Creating Login Form
- Using Delphi source code
- Actions & Action Lists
- Localization
- Localization Without Resource DLLs
- INI files & Windows Registry
- XML Files & XML Binding Wizard
- Reading and Writing JSON Files
- Creating Custom File Format
- ADO (Database connection)
- ADO & Stored Procedures
- ADO & Lookup Fields
- ADO & Blob Fields
- ADO & Data Concurrency
- Threads
- Threads & Critical Sections
- Single Instance Application
- Parallel Library vs. TThread
- Process return value
- Indy TCP Client_Server
- Indy UDP Client_Server
- Indy TCP (Screenshot)
- Indy SMTP (send e-mail)
- Indy POP3 (receive e-mails)
- Web Services (SOAP)
- Web Services (REST Client)
- Creating REST Web Service (WebBroker)
- Hash Functions
- Hash functions, Symmetric + Asymmetric Cryptography, and Digital Signature (LockBox)
- Static Libraries (LIB)
- Dynamic Link Libraries (DLL)
- MP3 as Resource
- DLL Resources (card game)
- Developing VCL Components
When you are ready to apply your C++ skills, head over to Exercism’s C++ Track.