In every C/C++ source code file, we use header files to put declarations of functions, data types, class, macro and other relevant things inside it. These files have the extension of .h
(for C) and .hxx
(for C++). (more…)
23 Mar 2023
Internal includes instead of global ones – EasyHack
By Hossein Nourikhah On 23 March 2023 In EasyHack
3 Mar 2023
VCL application in its minimal form
By Hossein Nourikhah On 3 March 2023 In Tutorial
21 Feb 2023
Telemetry required? Ask users first!
By Hossein Nourikhah On 21 February 2023 In Best Practices
5 Feb 2023
QR code improvement – LibreOffice EasyHack
By Hossein Nourikhah On 5 February 2023 In EasyHack
28 Jan 2023
VCL example applications and tools
By Hossein Nourikhah On 28 January 2023 In Tutorial
13 Jan 2023
String types in LibreOffice C/C++ code – part 1
By Hossein Nourikhah On 13 January 2023 In Tutorial
3 Jan 2023
Happy new year 2023!
By Hossein Nourikhah On 3 January 2023 In Announcement
21 Dec 2022
UNO Data types in code and API
By Hossein Nourikhah On 21 December 2022 In Tutorial
3 Dec 2022
gbuild introduction – LibreOffice build system part 1
By Hossein Nourikhah On 3 December 2022 In Tutorial
17 Nov 2022
Formatting the code in your patch for LibreOffice
By Hossein Nourikhah On 17 November 2022 In Tutorial