The lcc-win string library4231 (11/3/2008 4:09:59 PM) comp.lang.c Within the context of the lcc-win experimental compiler a complete str_ing library is available that uses operator overloading and overloaded functions to present a new type of string library in C, that o fea... jacob
FAQ Where did my console output go?534 (11/1/2008 2:30:31 PM) comp.lang.c One of the many questions asked by people is that even if they write into standard output, the output doesn't show in the screen. This happens in windows systems since quite a long time. To avoid this, you sho... jacob
D.E. Knuth's strlen5647 (10/16/2008 4:35:04 PM) comp.lang.c ... one of the most common programming tasks is to search through a long string of characters in order to find a particular byte value. For example strings are often represented as a sequen... jacob
Infrequently asked questions4547 (10/15/2008 10:46:20 PM) comp.lang.c In his web pages, D. E. Knuth wrote this: (http://www-cs-faculty.stanford.edu/~knuth/iaq.html) Infrequently Asked Questions 1. Why does my country have the right to be occupying Iraq? 2. Why should my... jacob
Clarification037 (9/27/2008 7:23:11 AM) comp.lang.c In another thread, I was asked about the differences between lcc as distributed in the site of Dave Hanson, and lcc-win. I pointed out to the differences, but re-reading my answer it looks very harsh as if I ... jacob
Another C99 challenge230 (8/27/2008 10:09:56 PM) comp.lang.c This program tests the setround/getround primitives. The program divides 1 by 3 with two different settings of fesetround: upward and downard. Obviously the result should be different in the last bit. ------... jacob
Ping Randy Howard339 (8/26/2008 7:26:59 PM) comp.lang.c Mr Randy Howard has his views about C. C programmers that develop GUI applications are Neaderntals and (of course) he agrees with Mr Heathfield: Heathfield: >> Have *you* ever encountered a >> conforming ... jacob
C99 portability challenge8629 (8/26/2008 8:07:42 AM) comp.lang.c Several people in this group argue that standard C is not portable since there are no compilers for it, etc. I propose this program in Standard C, that I have compiled in several OSes to test if this is actual... jacob
A very interesting book13340 (7/22/2008 6:53:12 PM) comp.lang.c Buffer overflows are a fact of life, and, more specifically, a fact of C. All is not lost however. In the book "Value Range Analysis of C programs" Axel Simon tries to establish a theoretical framework for a... jacob
Diagnostics (continued)1820 (7/15/2008 10:39:46 PM) comp.lang.c Consider this nice C program: short long n; signed unsigned b; const long const long a; unsigned double w; signed float k; short double q; unsigned long double z; I was astonished that my dear lcc-win very ba... jacob
Han from China's comp.lang.c topicality FAQ1141 (11/13/2008 12:10:01 AM) comp.lang.c 1. IS THERE A CHARTER FOR COMP.LANG.C? No. 2. IS THERE A FOUNDING MESSAGE FOR COMP.LANG.C? Yes. 3. WHAT DOES THE FOUNDING MESSAGE TELL US? The founding message predates the original ANSI/ISO C standard and... nobody15(1231)
Calling a 16-bit DLL in Win951225 (11/14/2008 8:47:35 PM) comp.lang.c Hi I am porting an old 32 bit application that uses thunking to call a 16bit DLL under Win32s. The application uses functionality provided by a custom 16 bit DLL (there is no 32 bit version). I'm trying to g... spamtrap7(71)
error C20611530 (11/17/2008 10:41:06 AM) comp.lang.c Hi All, I am getting the following errors when i am including header file winuser.h I dont know whats happening. How will an error occur in winuser.h?? Please help. \microsoft visual studio\vc98\include\winu... madhu.ab(1)
(part 26) Han from China answers your C questions122 (11/18/2008 10:51:30 AM) comp.lang.c the 'standard' is so strange Pilcrow said > Before posting my example I had already realised that I was not allowed > (at least in *this* case) to use a shortcut to modify an argument to a > function *within... nobody13(330)
Dealing with "Han from China"2324 (11/22/2008 1:50:26 AM) comp.lang.c The troll calling himself "Han from China" has made a habit of starting a new thread for each followup, with a meaningless subject line such as "(part 33) Han from China answers your C questions...". He often w... kst-u(21481)
Size of a process2048 (11/22/2008 6:17:07 PM) comp.lang.c Hi all, Suppose I have a C program in which I would have done a couple of mallocs which amounts upto 1MB. Assuming the size of the program is around 100KB for other things like code, data and other stuff. Will... mysorepushpa(2)
Education is the enemy of all religions (and hierarchies)1424 (11/23/2008 3:43:13 PM) comp.lang.c The CLC relevance should be obvious. I think it is pretty clear that the hegemony in CLC is falling apart, as is the hegemony of religion in the world at large. >From the Telegraph (UK): Educated Catholics h... gazelle3(1598)
Sorry if it is not for this forum1226 (11/27/2008 12:34:35 PM) comp.lang.c hi all I did not get answer for this elsewhere, trying experts here too I am making a library with object files compiled with different optimization levels. ( like mixing -O and no optimization ) linking to m... parag_paul(173)
(part 50) Han from China answers your C questions #7134 (11/29/2008 3:08:24 PM) comp.lang.c Isn't this the same Phil Carmody who wrote: "My killfile (mark read, not purge yet) for him is purely on his subject lines. I'm tempted to slacken that to just kill the anonymisers, not the whole threads, as... cripto(278)
Best Build Tool for large C projects #21031 (12/9/2008 10:21:08 PM) comp.lang.c What is the best build tool for somebody who want to get rid of make. I'm looking for something with the following features: 1) Must scan the files for dependencies. 2) Results from 1 must be safed so that no... scholz.lothar(38)