Since 4/14/2012 3:02:58 AM, mrdovey has written 2 articles and participated in 599 conversations. mrdovey signature: mrdovey
mrdovey's articles:
Items(2) /1
[OT] lcc first experience9639 (5/6/2008 5:33:06 PM) comp.lang.c About a week ago, I downloaded Jacob's lcc package to my new (to me) Win/XP box and gave it a test drive this morning. The application program reads my web server's log file (currently about 35MB) and reduce... Morris
malloc() and implicit cast #21735 (4/15/2008 2:29:16 PM) comp.lang.c I have checked the FAQ: http://c-faq.com/malloc/mallocnocast.html FAQ discusses a special case when programmer has forgotten to do #include . I am including this header and I am not doing any explicit cast:... ullu(7)
Error with fgets1432 (4/15/2008 10:58:26 PM) comp.lang.c Trying to use c for the first time in years and blowing out in fgets. I created this very simple program which still produces the error: #include int main(int argc, char *argv[]) { FI... blindsey(6)
pointer normalization2633 (4/16/2008 11:39:13 AM) comp.lang.c Dear all, can any one explain what is meant by pointer normalization given here:- http://c-faq.com/ansi/norml.html ... sophia.agnes(81)
Working with Cash and uses of Typedef1928 (4/16/2008 12:11:51 PM) comp.lang.c I am writing a poker game which needs to work with cash. I am aware that there are problems with floats that make them unsuitable for storing money values. On top of this I may be expected to do operations such... Phillip.Ross.Taylor(23)
[OT] lcc first experience9639 (5/6/2008 5:33:06 PM) comp.lang.c About a week ago, I downloaded Jacob's lcc package to my new (to me) Win/XP box and gave it a test drive this morning. The application program reads my web server's log file (currently about 35MB) and reduce... mrdovey(601)
C graphics image to JPEG642 (5/7/2008 4:08:14 PM) comp.lang.c hey guys.. can anybody suggest a code tht would save the graphics image saved in C to jpg file. is it available in the net. plz tell the links. ... karthiks.840(12)
Taking Time and Date from System in C758 (5/9/2008 6:59:11 PM) comp.lang.c i am a new C programmer. i want to calculate someone's age. my input would be his birth date. like : Date: 07 Month: 12 Year: 1988 and the program will take the current date from system and calc... etameem(4)
Debugging corrupted memoy1228 (5/10/2008 10:02:20 PM) comp.lang.c Hello, i callocated a pointer to a user-defined struct. The value of the pointer is something like 0x0000002aaaaa (can't remember actually, I don't have the computer running the code with me). Then I perform s... usenet639(4)
Eagle Scout project complete!9167 (7/19/2009 1:05:50 AM) comp.sys.tandem My son A.J. finished his Eagle Scout project today: construction and installation of the Stations of the Cross on the grounds of Cardinal Ritter High School (his alma mater) and St. Michael's Catholic Church ... spambait4(1174)
Comparision of C Sharp and C performance448605 (12/27/2009 2:36:54 PM) comp.lang.c A C and a C Sharp program was written to calculate the 64-bit value of
19 factorial one million times, using both the iterative and recursive
methods to solve (and compare) the results
Here is the C code.
... spinoza1111