Public/private in C10181 (3/21/2010 10:20:09 PM) comp.lang.c As you may have noticed, when I proposed the iterator object I splitted
the object into a public part (the first 3 fields) an an undisclosed
part specific to each iterator.
This inheritance implementation... jacob
The C FAQ11956 (2/6/2010 9:10:14 PM) comp.lang.c This document shows its age. I remember complaining here some years ago about this MSDOS questions but they are still there: 19.17c How can I suppress the dreaded MS-DOS ``Abort, Retry, Ignore?'' message? 19... jacob
Mnemonic #24038 (11/3/2007 11:01:13 PM) comp.lang.c Mnemonic means trying to remember. Mnemonic means making annotations that remind you. Speaking about mnemonic I saw this message. Tor Rustad wrote: > Richard wrote: > >> From some of the comments I read h... jacob
Warnings in lcc-win7044 (9/27/2007 9:33:24 PM) comp.lang.c After a user asked for clarification about some warnings issued by lcc-win, I have updated the compiler to reflect this discussion. 1) The buggy warning about long l; printf("%li", l * 10L); is eliminate... jacob
Request for help2247 (9/20/2007 8:46:28 PM) comp.lang.c Hi I am doing a series of benchmarks against gcc, and I found out that the results of my benchmark would change from version to version of gcc, i.e. the 2.95 version would give different results than 3.4 versi... jacob
A Portable C Compiler4839 (9/17/2007 9:53:49 PM) comp.lang.c http://slashdot.org/ "The leaner, lighter, faster, and most importantly, BSD Licensed, Compiler PCC has been imported into OpenBSD's CVS and NetBSD's pkgsrc. The compiler is based on the original Portable C ... jacob
Specifications for operator overloading2941 (9/3/2007 4:46:11 PM) comp.lang.c We had a very good discussion about this recently. Some people asked for a full documentation. I have upload it to this URL: http://www.q-software-solutions.de/~jacob/proposal.pdf jacob ... jacob
Writing portable code...740 (9/2/2007 8:52:51 AM) comp.lang.c There are some people here (let's call them "regulars" for short) that are always giving lessons to people about how easy is to write portable code, etc. They always point fingers at you telling you how bad you... jacob
Perfect hash tables164 (8/30/2007 10:57:22 PM) comp.lang.c Everybody knows that hash tables are fast. What is less known is that perfect hash tables are even faster. A perfect hash table has a hash function and a table layout that avoids collisions completely. You can... jacob
Compiler features7139 (6/26/2009 9:59:55 PM) comp.lang.c Dear Forum: I run a small business based out of Phoenix, AZ. We've grown to the point where payroll is becoming too complicated to do manually any more, so I'm looking at contracting a programmer to create a b... nospam21(11322)
Books for advanced C++ debugging7236 (7/9/2009 8:42:45 PM) comp.lang.c++ I have trouble debugging C++. For instance, I learned recently that code that compiled with gcc -Wall without a single warning can be completely buggy. The reason is that the C++ standard says that using a po... jacob24(973)
Has thought been given given to a cleaned up C? Possibly called C+.421511 (3/5/2010 5:56:08 PM) comp.lang.c Peter Van Der Linden in "Expert C Programming - Deep C Secrets" 1994
and I imagine others have pointed out some of C's idiosyncrasies.
Has thought been given given to a cleaned up C? Possibly called C+.
--
... Casey
error1312 (4/13/2010 12:54:16 PM) comp.lang.c I received this error and can't figure it out so I thought I would post
it. This has to do with posix and I guess it would fit under standard C.
#include
#include
#include
#include
struct add... Bill
ISO recommendations for hash table lib3344 (6/12/2009 4:23:30 PM) comp.lang.c Can someone recommend a decent hash table library? I know about the functions in search.h (hsearch, etc.), but I need to be able to have multiple hash tables simultaneously, so this is out. TIA! kynn P.S... no.email5(294)
Has CBFalconer died?653 (6/13/2009 10:20:13 AM) comp.lang.c Does anyone know? I haven't seen any posts by him for some months now and I remember reading that he was very elderly. =mark= ... nospam21(11322)
Getting environment information1041 (6/13/2009 8:41:37 PM) comp.lang.c Hello friends, What is the best way to find the number of cores your program is running on in C/C++? Solution should be portable to Vista MacOsX and Unix. Thanks. Kind regards, ... no18(4421)
Program to reboot computer if no network connection?2639 (6/19/2009 3:42:50 AM) comp.os.linux.misc Hi folks, Have a cronjob to reboot a Linux box in the wee hours of the morning. Strange as it may seem, sometimes the network card is blocked. Looking for a program that will ping a collection of IPs for 5-10... xyz2041(3)
C-DLL-VBA connections strings2653 (6/24/2009 3:45:29 PM) comp.lang.c Hello, I'm trying to connect excel to a C dll library (call C dll from excel through the VBA). It works well for returning integer and double values (see simple example below), but I can't seem to get it to ret... franco(243)
Graphic GUI C5741 (6/24/2009 8:17:52 PM) comp.lang.c it's possible with C language, use of graphics libraries for creating graphical interfaces? Thank you Regards ... z.zen(5)