Since 4/25/2012 4:04:14 PM, no784 has written 2 articles and participated in 307 conversations. no784 signature: no784
no784's articles:
Items(2) /1
Enum within function, is this standard?530 (11/13/2003 1:27:45 PM) comp.lang.c++ I'm using an enum that's declared within a function (since I only need it within that function.) I can't find anything about this in "The C++ Programming Language" by Stroustroup and I don't have the standard.... Nils
Different types to ?:1030 (8/21/2003 10:08:41 AM) comp.lang.c++ Why is it that if I have an overloaded function like: void foo(int i); void foo(char *c); I can't do: void bar() { foo( condition ? 5 : "NULL"); } As you might guess I'm building a query and my compiler... Nils
Compiling windows apps on linux1130 (4/30/2004 12:20:44 PM) comp.os.linux.misc Is anyone aware of a compatibility layer(?) that would allow me to compile a win9x/NT app on linux? Something like cygwin for linux? I have a well-behaved windows app that I would love to compile and run on l... yan(1418)
Which tray for Linux?437 (4/30/2004 12:46:32 PM) comp.os.linux.misc I'm trying to load Linux, but I don't know which tray to put it in? http://www.walmart.de/index.php?struct=1,6,0,0,0 Sorry. Couldn't resist... ... comeand(133)
Welcome to comp.lang.c! #13529 (5/3/2004 6:09:27 AM) comp.lang.c Welcome to comp.lang.c! This post is intended to give the new reader an introduction to reading and posting in this newsgroup. We respectfully request that you read all the way through this post, as it helps m... jxh(251)
Q: Newbee: Why is this little program not working1127 (5/3/2004 12:51:39 PM) comp.lang.c Please refere to the source below: The program is supposed to read s ascii text file and count the number of occurences of each of the 256 ascii codes. The result is presented on screen. It seems that it co... Martin8006(19)
my wife's reaction to Linux2829 (5/7/2004 5:34:21 AM) comp.os.linux.misc Just thought I'd share an amusing anecdote... :) I finally got around to downloading a live distro (Gnoppix) and giving Linux a try. (BTW whoever thought of the idea of a live distro is a genius... it definit... larry_grant_dc(44)
Tools for viewing 'translation units'?346 (5/10/2004 1:10:40 AM) comp.lang.c++ Are there any tools (preferably available for linux) which will display the concatanated source code representative of an entire translation unit? Something that would simply provide a graphical representation ... susudata(549)
Mass Mailing Worm on Linux425 (5/12/2004 1:16:14 AM) comp.os.linux.networking Hi, Will appreciate any help on this problem. I have a redHat 9 system that I had been using for the past few years. Yesterday, one of our system adnins filtered my machine saying that it is infected by a m... shashank6(12)
Linux and Antivirus2141 (5/12/2004 6:28:43 AM) comp.os.linux.misc Hello. I wish to know if it exists a good Freeware Linux Antivirus, possibly opensource, provided with frequent virus definition files downloads. Does it? Thank you in advance, Bracchetto ... bracchetti(5)
Creating an operating system8332 (5/21/2004 12:54:54 AM) comp.programming Hi, I'm looking to write an custom operating system designed for one purpose. It is going to be much like Google's operating system, which is designed for hardware fault tolerance and distributing computing pow... dan_account(4)