Dennis Ritchie: 1941-2011
If you are a Unix/Linux fan or a person who loves C programming, there is no chance that you have not heard of the name Dennis Ritchie. Dennis Ritchie is now no longer amidst us. We at Joys of Programming will like to remember him for his outstanding contributions to the Unix Development and as [...]
C: Difference between functions func() and func(void)
Most programmers in C write fname() to specify a function which takes no arguments. Though the program will work correctly, but according to the C standard, when you specify fname(), you are actually saying that the function fname will take any number of arguments. So, if you want to say that the function fname will [...]
C – rindex example – locate last occurence of character in string
rindex() is a strings library function. It is used to locate the character in a string. It is used to find the last occurrence of a character in a string. The syntax of the function is It takes the string to be searched in and the character to be searched for as input parameters and [...]
C Strings: index example – locate character in string
index() is a strings library function. It is used to locate the character in a string. It is used to find the first occurrence of a character in a string. The syntax of the function is It takes the string to be searched in and the character to be searched for as input parameters and [...]
How to install zita-convolver2 C/C++ library in Ubuntu/Linux?
Zita convolver is a C++ library implementing a real-time convolution matrix for up to 64 inputs and outputs. It uses multiple partition sizes to provide both low delay and efficient CPU use. This package contains the shared library for libzita-convolver.To install this package in Ubuntu,
How to install zipios++-dev C/C++ library in Ubuntu/Linux?
Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files. Access to individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided. This package contains files needed for development with zipios++.To install this package in Ubuntu,
How to install zipios++0c2a C/C++ library in Ubuntu/Linux?
Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files. Access to individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided. This package contains shared library.To install this package in Ubuntu,