How to execute C code from go – c to golang binding ?
// If a Go source file imports “C”, it is using cgo. The Go file will have … Read more
// If a Go source file imports “C”, it is using cgo. The Go file will have … Read more
In this post, we use ARM are reference architecture for writing the assembly code but the basic … Read more
In continuation of demonstrating simple implementation of data structures, as we shown in our last post “How … Read more
If you are working in some network related data transfer like sending some commands over socket, then … Read more
In our previous post, we seen how to identify if a file is present or Not using … Read more
This post demos how you can get the random number between two numbers in a simple java … Read more
The basic datatype of strings in Kotlin is mostly similar as that of used in java. Only … Read more
atexit – register a function to be called at normal process termination The atexit() function registers the … Read more
Electric Fence helps you detect two common programming bugs: software that overruns the boundaries of a malloc() memory … Read more
Following program prints the hexadecimal values of all the characters in any string. Currently we have used … Read more
Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal … Read more
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically … Read more