Recent Posts
Linux by examples
Return To Blog Listing
We explain every GNU/Linux command by examples. It includes tips and tricks, howto for linux commands.
Recent Posts Tagged With 'gcc'
Compile and execute 32 bits application in 64 bits operating system
The world is going towards 64 bits machines and operating system for personal computer, but there are still some libs and software only support 32 bits. Therefore in this transition period, there is a needs to support both 64 bits and 32 bits applica...
Use gprof to check your codes for performance issues
By reading the article Speed your code with the GNU profiler from IBM DevelopWorks, I have gain the knowledge of using gprof to easy my work to identify my module’s performance’s bottleneck. Here, I would like to share my experience on h...
