Tag: c code
Microsoft’s new open source compiler transforms .Net C# code into C++
Microsoft is exploring innovative ways to expand adoption of .Net applications on platforms with no .Net toolchain. On the latest move, the software giant...
GDB Logging Function Parameters, Part 2
In this second part on the topic, let us write a GDB script to log the parameters of a desired function, and also see...
CodeSport
In this month's column, let us focus our attention on some of the common compiler optimisations, and on how to write code that can...
Code Profiling in Linux Using Gprof
Today, performance is a pivotal point in the programming world. Programmers constantly strive to make their code run in fewer milliseconds. Performance analysis can...
Let’s GO: A First Look at Google’s Go Programming Language
Go is a new systems programming language launched by Google, and has received wide attention in the programming community. This article gives you an...