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,320db478a0ee5d2d X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: help Date: 1998/12/07 Message-ID: <74gush$o2t$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 419661321 References: <74gj9a$c9n@wendy.mad.servicom.es> X-Http-Proxy: 1.0 x15.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Mon Dec 07 16:14:12 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1998-12-07T00:00:00+00:00 List-Id: In article <74gj9a$c9n@wendy.mad.servicom.es>, "Salvador" wrote: > I'm a beginner in this and I mus know how I have to do for compiling a > program with separates (with subproblems). A few days ago I tried to compile I assume you are talking about separate subprograms. > a program for countin the number of words that apears in a sentence, first I > compiled the main program, then I compiled the subprograms, after this I > built the main program and then I runned it. The black screen apears, I > write the sentence ended by a period, but there's no answer, please, what I > have to do? If you compiled and linked without error, then the problem probably has nothing to do with separates. That being the case, you really haven't given any information for us to work with. I'm guessing you probably got an exception. But "The black screen" means nothing to anyone if we don't know what compiler you are using and/or what CPU/OS it is running on. I'd suggest stepping through your code in a debugger to see which line causes the problem. If your code is short, you could also try to post it here. -- T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own