I could use some help with a problem I've been having:
I've started building a small app with Adobe AIR, using HTML and JScript (not Flex!). I need the app to ...
My requirement is simple, I hope some intelligent geeks can help me here out.
I am working on a project[LINUX-UBUNTU], I have a c program, in which I have a char array ...
Hello, I am a total newbie at C programming and I am trying to make a program that renames every file in a directory. I want it to rename every file by deleting the first x amount of characters from each file name. So lets say, I input 3, and it will delete the first 3 characters from every file name ...
my program ask me to open a file found in a folder which is in the same folder with the exe file,without entering the complete path(only the file name).how can i do if i have the following dir.h file(DOS environment ,BC 2.0): #if __STDC__ #define _Cdecl #else #define _Cdecl cdecl #endif #if !defined(__DIR_DEF_) #define __DIR_DEF_ struct ffblk { char ff_reserved[21]; char ...