© 2023 Hashnode
#gcc-compiler
Problem I am recently learning Go and I stumbled upon an error about exec: "gcc": executable file not found in %PATH% when using the github.com/mattn/go-sqlite3 package. The package I am installing is…
printf ফাংশনে ইনক্রিমেন্ট আর ডিক্রিমেন্ট অপারেটরের ভিন্নতা প্রোগ্রামিং জগতের সাথে যারা পরিচিত তারা অবশ্যই ইনক্রিমেন্ট(increment) আর ডিক্রিমেন্ট(decrement) অপারেটর সম্পর্কে সবাই কম বেশি জানি। আজকের লিখ…
Intro Have you ever worked on the C++ project with codebase so huge that it is hard to understand what’s really going on when the program executes? Which functions are called from what place? Have you…