DelphiShowcase

Do You Know The German Word For "Sauerkraut"?

You know, the hardest part about learning a new language is remembering some of the more esoteric words and phrases. Does that error message say “syntax error” or “successful compilation”? Does that button really say “end” in Danish or has there been some kind of horrible misunderstanding? How do I exit VIM? Just kidding – nobody knows that. But…
Read more
C++DelphiRAD Studio

The 5 Best Reasons Why Security First Is A Good Idea

Balancing data privacy and security with user experience is one of the most complex tasks for software developers. Many projects have higher priority for business functionality and security-related tasks are lower priority which leads to an insecure system. Here are some of the reasons why putting security at the forefront of our designs and development is critical, as well as how to…
Read more
C++Code

How to Use C++ Builder Path Manipulation Routines on Windows

Hello C++ Developers, We hope our posts help you like a rapid introduction to programming in C++ and C++ IDE if you’re a beginner, all the way to the most robust, modern, and latest techniques for those more experienced with the language or for those who are perhaps wanting to expand their knowledge with the most up-to-date features, routines, and methodologies. C++ Builder has a lot of…
Read more
DelphiNews

Announcing DelphiCon 2021!

Delphi 11 Alexandria is taking software development to whole new levels, and DelphiCon 2021 is the best way to learn all about your favorite programming language. Sessions are planned around the latest features, as well as general best practices, and emerging technologies…
CodeDelphiRAD Studio

How To Build A Powerful Real-Time Stock Market App

Wouldn’t it be nice to have Stock Market Data in Real-Time, Intraday & Historical Market information for your business and be able to instantly retrieve up-to-date data for any ticker down to the minute, request intraday quotes, or search 30+ years of accurate historical market data? The stockmarket API is capable of delivering accurate data for 170,000+ worldwide stock tickers, from more…
Read more