#makefile
Read more stories on Hashnode
Articles with this tag
Today, I will show you what is ".a" and ".o" files in C/C++, which are unavoidable to develop products in C/C++. Let's dive in. How is a program...
We have to compile programs of languages like C/C++, Swift, Go, and Rust whenever we run, build, test codes. The process is not only troublesome, but...