From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1042f393323e22da X-Google-Attributes: gid103376,public From: jsa@alexandria (Jon S Anthony) Subject: Re: Any research putting c above ada? Date: 1997/04/17 Message-ID: #1/1 X-Deja-AN: 235593096 Distribution: world References: <5ih6i9$oct$1@waldorf.csc.calpoly.edu> Organization: PSI Public Usenet Link Newsgroups: comp.lang.ada Date: 1997-04-17T00:00:00+00:00 List-Id: In article <5j46m5$1nii@newssvr01-int.news.prodigy.com> NKSW39B@prodigy.com (Matthew Givens) writes: > As to C/C++ not having multi-tasking capabilities, I guess it depends, > now doesn't it? When I was programming on an OS2 platform, I developed > an app that could, under the right circumstances, support 5 different > concurrent tasks at once. Sounds like tasking to me. Of course, what do > I know? I'm just a dirty C programmer, right? I think he only means that neither C nor C++ have any concurrency model _within_ the language. You must go outside it and interface to the thread package of the OS, use some class library that has already done this more or less for you, or roll your own such class library that provides some concurrency support. /Jon -- Jon Anthony Organon Motives, Inc. Belmont, MA 02178 617.484.3383 jsa@organon.com