Forum: C Dec 31st, 2008 |
| Replies: 1 Views: 397 Hi,
I have a question:
Suppose i have a source code file as
test.c
------------ |
Forum: C Mar 20th, 2008 |
| Replies: 1 Views: 870 Hi all
there is a Windows API function as
HANDLE CreateFile(
LPCTSTR lpFileName,
DWORD dwDesiredAccess,
DWORD dwShareMode,
LPSECURITY_ATTRIBUTES lpSecurityAttributes,
DWORD... |
Forum: C Jan 17th, 2008 |
| Replies: 10 Views: 3,876 well thnx to all of u... i found a function fnmatch() that solved my problem for now ..i wrote an alternate findfirstfile() in linux using scandir() and fnmatch() functions. |
Forum: C Jan 16th, 2008 |
| Replies: 10 Views: 3,876 Sorry Salem... i do admit i never read those rules and just skimmed that now... i think now it is properly posted. Correct me if i am wrong any where.
#include <stdio.h>
#include <sys/types.h>... |
Forum: C Jan 16th, 2008 |
| Replies: 10 Views: 3,876 thnx guys ... 'm near to end this..
infact i wasnt aware of regex b4 as i never needed it so 'm new to this..
i just wrote this code to test regex.h
#include <stdio.h>
#include <sys/types.h>... |
Forum: C Jan 16th, 2008 |
| Replies: 10 Views: 3,876 yes i have used those functions but the problem is that I couldnt find any builtin function in linux that can accept regular expressions as well... the windows function finddirstfile() accepts... |
Forum: C Jan 15th, 2008 |
| Replies: 10 Views: 3,876 hope all r doing fine..
i need a quick and very quick reply
m porting some cod:confused: e from windows to linux box..n i just encountered a function findfirstfile() used in windows..this function... |