Re: Newbie C Questions
Re: Newbie C Questions
- Subject: Re: Newbie C Questions
- From: Ben Sayer <email@hidden>
- Date: Tue, 29 Jan 2002 23:31:20 -0500
>
* When I am using Project Builder and I want to create a simple C
>
application, what kind of project should I be opening? (I have been
>
using the 'Standard Tool' option in PB...)
That is the correct choice.
>
* One of my tutorial apps compiles fine in PB, but it won't run in PB.
>
It does run perfectly in the Terminal. Am I doing something wrong?
It will run in PB's debug mode because that supports stdio. Look for the
tab and click in the box that opens to type the scores.
--Ben