[±¤°í] "Çöó¿öµµ»ç" 2002³â ²ÉÁ¡À¸·Î ¿î¼¼¸¦...

2002-02-14 Thread ¹ÌÈ­
Title: ♧♡★ "플라워도사" 가라사대...    

Re: usage of reserved C++-keyword in cthreads.h

2002-02-14 Thread Alfred M. Szmidt
* Thomas Bushnell, BSG writes: > I will probably totally ignore them (as I have happily done thus > far). But I'm not the only one who can check in patches. And I hope that nobody will check in those patches. I fully agree with you Thomas. Cluttering up the code with crap is pointless. -- Alfre

Re: I can't find the prototypes for eg trivfs_S_io_read

2002-02-14 Thread Wolfgang Jährling
Hi! Ulrich Eckhardt <[EMAIL PROTECTED]> wrote: > I have gotten around to notice that these protos somehow stem from > hurd/io.defs, but have not been able to extract them. When applying mig on > this file, I do get io_read, but the parameters passed are not the same. In > fact, some are the sa

Re: usage of reserved C++-keyword in cthreads.h

2002-02-14 Thread Thomas Bushnell, BSG
Ulrich Eckhardt <[EMAIL PROTECTED]> writes: > > which could even be profitably used for *just this purpose*, and yet, > > it isn't. > There are some mistakes here: the 'extern "C"' declaration is only a hint to > the compiler that I said the syntax *could* be used to say "this is C syntax",

Re: hurd installation

2002-02-14 Thread Neal H Walfield
> I'm new to Hurd and I've just installed it. I used the scripts from > debian.org for installation. Those instructions are a bit old (and the procedure they describe is no longer supported). Can you please try the updated documentation found here [1]? [1] http://www.gnu.org/software/hurd

hurd installation

2002-02-14 Thread Daniel Sieger
Hello, I'm new to Hurd and I've just installed it. I used the scripts from debian.org for installation. cross-install made no problems, but when i startet native-install the second time it gave me the following output (and I'm not able to get anything out of it): "I just make shure that /libexe

Re: usage of reserved C++-keyword in cthreads.h

2002-02-14 Thread Mark Brown
On Thu, Feb 14, 2002 at 12:26:11AM -0600, Adam Majer wrote: > On Wed, Feb 13, 2002 at 07:00:01PM -0500, Ryan M. Golbeck wrote: > > I wonder what you think of C99 then? > Is C99 an ANSI compatible C implementation? C99 is the latest revision of the ANSI/ISO C standard. -- "You grabbed my hand a

Re: [very OOT?] C++ on Linux / Hurd ?

2002-02-14 Thread Ulrich Eckhardt
On Thursday 14 February 2002 07:36, arief muLya wrote: > I can see we have a bundle of manpages for C functions/libraries. But, I > don't see we have manpages (other help) on C++ libraries. While, I, as a > newbie on the gnu/linux/c-programming world, really do need it. > This is not really hurd-sp

Re: usage of reserved C++-keyword in cthreads.h

2002-02-14 Thread Ulrich Eckhardt
On Wednesday 13 February 2002 21:37, Thomas Bushnell, BSG wrote: > > Indeed, there is even a construct in C++, something like > > extern "C" { > } > > [pardon me if I've remembered it wrong] > > which could even be profitably used for *just this purpose*, and yet, > it isn't. There are some mista

Hey there :) More news from Your Icq Friend

2002-02-14 Thread icq friend
  Hi Again.. :)) Just thought you would like to know, that Im now in IFriends, This means Im available for live webcam chats, cool huh! ive finally got the webcam thing happening, so I joined IFriends so I could catch up with all my friends because its FREE!! Friends       Click on the image above

[±¤°í]´ä´äÇѼÓÀ» ½Ã¿øÇÏ°Ô Ç®¾îµå¸³´Ï´Ù.

2002-02-14 Thread ö¾Ï¿î¼¼
정보통신부 권고 사항에 의거 제목에 [광고]라고 표기한 광고 메일입니다.   작년 한해 일이 제대로 않풀리셨던분, 답답한 사연이 있으셨던분!!   역술인과 상담해보십시요   분명 답이 있습니다   토정비결, 속궁합 겉궁합, 사업운, 승진운, 진학운, 건강운,   작명, 택일, 별자리점, 풍수지리, 애정운, 사랑운   신통하게 맞추는 과거와 미래, "깜짝 놀라실겁니다"      ☎  060-708-7081   "역술은 통계에 의한 과학적인 학문입니다"     ※ 귀하의 승락 없이 홍보

[very OOT?] C++ on Linux / Hurd ?

2002-02-14 Thread arief muLya
Dear all, I'm truly sorry for this OOT mail. But I really am need helps. I see in this list, we've discussed so far about C/C++ differences. Well, I don't want to extend the discussion to other levels. I just want to ask a very simple question about learning C++ on Linux/Hurd. I can see we have

Re: usage of reserved C++-keyword in cthreads.h

2002-02-14 Thread Adam Majer
On Wed, Feb 13, 2002 at 07:00:01PM -0500, Ryan M. Golbeck wrote: > Adam Majer <[EMAIL PROTECTED]> writes: > > > It is a lot more difficult for C++ parser to accomodate > > non-portable C code. IMO, all proper C code should compile with > > a C++ compiler. > > I wonder what you think of C99 then?