Count LOC with Notepad++ Submitted by st on Wed, 06/06/2018 - 14:05 Notepad++ can count LOC (lines of code) of source files and give you the estimation of code size. Press Ctrl+Shift+F shortcut to start "Find in files" dialog. Select "regular expression" search mode and start it. Some regular expressions:Programming Read more about Count LOC with Notepad++st's blogAdd new comment17118 reads
Reflection mechanics explained Submitted by st on Sat, 17/02/2018 - 13:50 Reflection mechanics explained with the vacuum cleaner quine. Should be usable also for explaining single level recursion. Humour Read more about Reflection mechanics explained st's blogAdd new comment8360 reads
Classic backgroud color in Windows 10 Submitted by st on Mon, 12/02/2018 - 15:11 How to set classic background color in Windows 10? Right click on desktop and select "Personalize" menu Set "Background" option to "Solid color" Click on "+ custom color" button Click on "More" Check that "RGB" is set Enter "#336EA5" and click "Done" button That's all. Windows Read more about Classic backgroud color in Windows 10st's blogAdd new comment3664 reads
New book "Programming with databases" Submitted by st on Mon, 29/01/2018 - 10:39 "Programming with databases" (both printed version and Kindle e-book) is the translated and revised Second Edition of my previous book published in 2015.Books Read more about New book "Programming with databases"st's blogAdd new comment15004 reads
C++Builder: using variant type variable to store Delphi interface Submitted by st on Sat, 28/10/2017 - 19:27 Delphi case Delphi supports interfaces natively. Any variable of variant type can store an interface like any allowed data types.C++Builder | C++ Read more about C++Builder: using variant type variable to store Delphi interfacest's blogAdd new comment6771 reads