Bhanuka Mallawaarachchiimbmax.com·Oct 27, 2024Linking Libraries Locally with CMake: A Follow-UpIn my previous post about building C/C++ projects with CMake, I shared a simple CMakeLists.txt setup for compiling a basic project. Today, I’ll dive into a specific need that many developers encounter: linking libraries directly from project folders ...32 readsC
Himanshu NikhareforSideQuirk Blogssidequirk.com·Oct 13, 2024Zettelkasten Method with ObsidianIntroduction The Zettelkasten method is a powerful system for managing knowledge, especially useful for complex fields like software development. By focusing on creating atomic notes—small, self-contained notes around single concepts—you can build a ...Obsidian - Your Personal Knowledge Base and Note-Taking Applinking notes
Chris Dourisdigitalcreations.hashnode.dev·Mar 24, 2024Day 46/100 100 Days of CodeMixing Objective-C and C++ was quite the adventure. I didn't expect it to be that hard. The problem was that the compiler couldn't locate After a lot of experimentation, I ended up finding the solution on Stack Overflow. It is not possible to mix C++...100 Days of CodeC++
olivere clintontbestpost.hashnode.dev·Mar 14, 2024Prevent Hotlinking: Protecting Your Content and BandwidthIn the digital landscape, content creators invest significant time and effort into producing compelling material, be it images, videos, or written content. However, one persistent challenge they face is hotlinking – the unauthorized use of their cont...#Linking
addie whitetechguard.hashnode.dev·Oct 20, 2023Link Ecosystem: Discover Valuable Web Connections HereThe "Connectivity Catalog" serves as a comprehensive resource to explore web connections and references. It provides a structured repository of links, websites, and information sources, enabling users to navigate through a network of online resources...1 like·127 reads#Linking
Samuel Ingosinoxcode.hashnode.dev·Jun 19, 2023C Libraries. Make your header files.It would be amiss to talk about libraries (static or dynamic) without first talking about splitting your program into multiple files and compiling them together. Many engineers and programmers have created programs that use multiple files and compile...1 likelibrary
Bhanuka Mallawaarachchiimbmax.com·May 21, 2023Building c or c++ projects is not that hard (with cmake)One of the main reasons for a lot of people to give up learning c or c++ is it's hard to figure out the build system. This is a problem that both new and experienced developer face alike. I used to use gnu make by writing my Makefile(s) by hand, and ...1 like·109 readsC
Shrutika Dorugadecodewithshrut.hashnode.dev·Mar 25, 2023Linking and Touchable Opacity in React NativeHey guys, what's up? Welcome back to my React Native series. Let's not waste the time. Go through my previous article and be ready to understand how to give links to other websites in our app. Linking In simple and short, Linking gives you a general ...103 readsReact Native