i need a C code for calculating total time of execution of any given program.. but the time must be in milliseconds i know difftime(end,start) function and...
Hi Friends!!! A leading global provider of Information Technology services in Bangalore, specializing in the design and deployment of leading-edge information...
hi group i have a problem with C which is creating a directory for example i am makinga program that creates a profile for each user to the program and my...
hi i really can't remember the name of the guy who gave us this offer but really i want a gmail account so please can he forgive me for my small memory and...
Hi friends, I want help for my friend. She has no access to this group.Hence i am sending this mail. She is doing her project in Parallel Programming. This is...
hi, plz send info about the memory location in RAM where exactly Pointer are assumed to store. Thankyou. Yahoo! India Matrimony: Find your life partneronline....
... Hi, 1) no one forces a compiler to store pointers in RAM. There are cases in which all pointers (or at least as many as possible) within a particular piece...
I have jus sent you an invitation from my gmail account: fd.namvar@... thanks, Faz ... hi i really can't remember the name of the guy who gave us this...
Hi guys, i'm sorry for interrupting you but i really wanna ask about something. in C programming i am trying to delete some data from a specified file, i don't...
You might want to use one of the two following calls: int truncate(const char *path, off_t length); int ftruncate(int fd, off_t length); The truncate and...
Hi Members, Please find attached a set of requirements for our client, if you have anyone interested in your friends circle, please ask them to send their cv...
... That depends on the file system. In traditional UNIX file systems (like System VII or System V) files are stored using up to three levels of indirect block...
... And if you don't want to truncate a file at a given position, there are two possibilities: 1) if possible, arrange your own file management such that...
Hi, perhaps it's useful(the easiest way): read the file take those parts that you want save them in another file change the name of the file to the original...
Reply embedded... ... Sorry for what? You're not interrupting anything, this is not a live chat ;) ... There is no single standard function to do what you...
... I should really follow the advice of the c-prog moderator and prepare a text file with some standard answers... If you want to be independent of the actual...
AoA, my dear in order to delete data from file u may follow these steps. 1. read the file into local variable object/variable which may be of array type. 2....
Hey folks! I'm new to C Prograaming and I'm writing a code for an algorithm. I'm getting an error..." Floating point error: Overflow" Can any one please help...
... Hi Snez, no, we can't, mainly for two reasons: 1) You haven't told us whether it's a compile-time error or a runtime error. 2) You haven't shown us a piece...