codingfreak
Pages
(Move to ...)
Home
Algorithms
Data Structures
Linux
▼
8.07.2010
Printing logs based on log levels in C
›
LOG LEVELS ?? As per my definition LOG LEVEL means a way to differentiate the importance of logs in our application. We can divide the logs...
7.07.2010
Implementation of Stack using Singly Linked Lists
›
S tacks are linear data structures which means the data is stored in what looks like a line (although vertically). In simple words we can sa...
1 comment:
6.30.2010
strace - diagnostic, debugging and reverse engineering tool
›
Many times we come across hopeless situations where a program when compiled and installed in GNU/Linux just fails to run. Then we have to tr...
Static Functions in C
›
B y default all functions are implicitly declared as extern , which means they're visible across translation units. But when we use stat...
9 comments:
4.24.2010
Singly Linked List in C
›
C heck Implementation of Singly Linked List for theoretical explanation regarding implementation of singly linked lists. #include <s...
22 comments:
‹
›
Home
View web version