Ahmed GadPybind11 Tutorial: Binding C++ Code to PythonC++ is known for its performance and system-level programming capabilities, while Python excels in ease of use and rapid development…14h ago
InDev GeniusbyLuís SoaresAutomated testing in C — Part IIAcceptance testing means testing software in a user-centric way (roughly the same as end-to-end testing). I’ll present a way to test a CLI…May 21
InLevel Up CodingbySahib DhanjalMemory Pools in C++: The Ultimate GuideThe why, the what, and the how - all in just one articleDec 22Dec 22
Sojibul Islam RanaUnderstanding ‘int main(void)’ vs ‘int main()’ in C Programming: What’s the Difference?The difference between int main(void) and int main() lies in how they specify function parameters and their behavior according to the C…2d ago2d ago
Jonathan SmithA Love Letter to C’s Square BracketsI want to share my favorite bit of “forbidden code”, because when you understand it, you’ll never be confused about pointers and arrays…May 31, 20234May 31, 20234
Ahmed GadPybind11 Tutorial: Binding C++ Code to PythonC++ is known for its performance and system-level programming capabilities, while Python excels in ease of use and rapid development…14h ago
InDev GeniusbyLuís SoaresAutomated testing in C — Part IIAcceptance testing means testing software in a user-centric way (roughly the same as end-to-end testing). I’ll present a way to test a CLI…May 21
InLevel Up CodingbySahib DhanjalMemory Pools in C++: The Ultimate GuideThe why, the what, and the how - all in just one articleDec 22
Sojibul Islam RanaUnderstanding ‘int main(void)’ vs ‘int main()’ in C Programming: What’s the Difference?The difference between int main(void) and int main() lies in how they specify function parameters and their behavior according to the C…2d ago
Jonathan SmithA Love Letter to C’s Square BracketsI want to share my favorite bit of “forbidden code”, because when you understand it, you’ll never be confused about pointers and arrays…May 31, 20234
Amund FremmingIntegrating JWT to .NET 8Note: This is a very simplistic and not that secure way of setting up JWT.Feb 73
Harshika MalhotraCommand Line Arguments in CCommand line argument is an important concept in every programming language. It refers to the data sent from command prompt to the C…3d ago
makarand mandolkarKey Points: Google C++ Style GuideThe Google C++ Style Guide provides a comprehensive set of rules and recommendations designed to ensure consistency, readability, and…Aug 221