Because for
loops are a powerful tool in C/C++, they are one of the desirable tools when you want to do something repeatedly, or process elements of a data structures. But there many ways to write a for
loop. Some forms of it are easier to use, read, write and understand, and some are not. Range based for
loops are discussed in this article. They can be good if you know where to use them. (more…)
8 Mar 2022
Use Range Based For Loops – EasyHack
By Hossein Nourikhah On 8 March 2022 In EasyHack
23 Feb 2022
Adding a new UNO command
By Hossein Nourikhah On 23 February 2022 In Tutorial
10 Feb 2022
Working with LibreOffice SDK Examples
By Hossein Nourikhah On 10 February 2022 In Tutorial
26 Jan 2022
Regression Fix: Missing Lines in DOCX
By Hossein Nourikhah On 26 January 2022 In Tutorial
25 Jan 2022
Matrix Bridge to LibreOffice IRC Rooms
By Hossein Nourikhah On 25 January 2022 In Developer Community
20 Jan 2022
LibreOffice Developer Community
By Hossein Nourikhah On 20 January 2022 In Developer Community
31 Dec 2021
Happy New Year 2022!
By Hossein Nourikhah On 31 December 2021 In Announcement
31 Dec 2021
Use basegfx to convert angle unit – EasyHack
By Hossein Nourikhah On 31 December 2021 In EasyHack
23 Nov 2021
Use symbolic constants instead of magic numerical constants – EasyHack
By Hossein Nourikhah On 23 November 2021 In EasyHack
17 Nov 2021
Use atan2 function instead of atan – EasyHack
By Hossein Nourikhah On 17 November 2021 In EasyHack