 |
 |
Project Builder Question
|
 |
|
 |
|
Senior User
Join Date: Jan 2000
Location: davis, CA, USA
Status:
Offline
|
|
Ok, I have installed the developer tools and can compile my C++ programs in the Terminal. But I would like to use the ProjectBuilder to do that same if possible. for ex. this code
#include <iostream.h>
int main()
{
int a;
a = 5;
cout << a << endl;
return 0;
}
runs and compiles fine in the terminal. How can I use one of the Applications in the develper tools to do that with a GUI.
thanks
Jagga
|
|
|
| |
|
|
|
 |
|
 |
|
Admin Emeritus 
Join Date: Oct 2000
Location: Boston, MA
Status:
Offline
|
|
Right now, the Terminal is all you can use (unless someone's made something special) to handle standard input / output.
|
|
"Against stupidity, the gods themselves contend in vain" (Schiller)
|
| |
|
|
|
 |
|
 |
|
Admin Emeritus 
Join Date: Oct 2000
Location: Boston, MA
Status:
Offline
|
|
Do >not< post the same question to two forums. It's evil.
From post #2, I gather you wish to use a GUI to create the app, rather than run it.
File > New Project > C++ Tool
Then write your code.
|
|
"Against stupidity, the gods themselves contend in vain" (Schiller)
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Jan 2000
Location: davis, CA, USA
Status:
Offline
|
|
Originally posted by parallax:
Do >not< post the same question to two forums. It's evil.
From post #2, I gather you wish to use a GUI to create the app, rather than run it.
File > New Project > C++ Tool
Then write your code.
thats exactly what i wanted to do. thanks man
jagga
(sorry about the double post  )
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |