C On Extracting directory, filen...
by Navaneeth,
July 05, 2010 18:07
Excellent @Ants. Very cleve...
C On Extracting directory, filen...
by Navaneeth,
July 05, 2010 08:36
@Ants - Thanks for the sugg...
1 2 3
struct path_info {
...
C On Extracting directory, filen...
by Navaneeth,
July 05, 2010 07:43
@heretic : Excellent sugges...
1 2 3 4
#include <stdio.h> int main() ...
1 2 3 4
#include<stdio.h> #include<conio.h> ...
1 2 3 4
char* strreplaceinline(char* str, char const* old, char const* new) { assert(str); assert(new); ...
1 2 3 4
#include <assert.h> #include <stdlib.h> #include <stdio.h> ...
1 2 3 4
#include<stdio.h> #include<conio.h> ...
C On How to find max, min of thr...
by aakashdeep26,
April 03, 2010 08:07
Hi guyz...!
Here is the mos...
1 2 3 4
#define SOMAS_CODE_HANDLES_NULLS 1 int AntsCrypticContains(const char * word, const char * pattern) ...
1 2 3 4
int contains(const char* word, const char* pattern) { for(;;) { const char* w = word++; ...

I would like to exchange li...