Difference between static functions and static variables in C
Static Functions Static functions are functions that are only visible to functions in the same file and they are not callable from outside. More »
Software Engineer from Sri Lanka. Currently working as a Technical Lead at WSO2 Inc. and leads the WSO2 Business Process Server team. I am also and active contributor for several Apache Projects including Apache ODE and Apache Axis2.
Static Functions Static functions are functions that are only visible to functions in the same file and they are not callable from outside. More »
These are some ideas from people who replied to this discussion. Rishi: Its safer to use memmove if you are not sure about More »
As they have mentioned in this document, there can be errors in code that work well with previous versions of GCC. They have More »
Today I received Beautiful Code book published by O’Reilly as surprise gift for Google Summer of Code 2008. I didn’t have much time More »
When I tried to install wallpaperzapper in Ubuntu from the source, I got error macro ‘AM_GCONF_SOURCE_2′ not found in library. This link contain More »
The find command allows the Linux users to process a set of files and/or directories in a file subtree.Users can specify where to More »