Home Tags C code

Tag: c code

Microsoft’s new open source compiler transforms .Net C# code into C++

1
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

1
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

0
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

2
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

0
Go is a new systems programming language launched by Google, and has received wide attention in the programming community. This article gives you an...