How can I Compile this program using the alias Cgfx?

H

happytoday

main()
{
/* Define default values: */

int n = 0;
float x = 0.0;

/* Define contents of dialog window */

create_int_dialog_entry("n", &n);
create_float_dialog_entry("x", &x);

/* Create window with name "Setup" and top-left corner at (0,0) */

set_up_dialog("Setup", 0, 0);

/* Display the window and read the results */

read_dialog_window();

/* Print out the new values */

printf("n = %d, x = %f\n", n, x);
}
 
I

Ian Collins

happytoday wrote:

[same old same old]

What about the answers you received last year and in 2006?
 
H

happytoday

happytoday wrote:

[same old same old]

What about the answers you received last year and in 2006?

What about the non-complete answers I have been received last year and
in 2006?
 
F

Flash Gordon

happytoday said:
happytoday wrote:

[same old same old]

What about the answers you received last year and in 2006?

What about the non-complete answers I have been received last year and
in 2006?

If the answers you received are not useful then you are unlikely to read
useful answers by asking in the same place again. So try asking people
who know about Cgfx instead.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top