Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How can I Compile this program using the alias Cgfx?

6 views
Skip to first unread message

happytoday

unread,
Mar 8, 2010, 2:59:04 AM3/8/10
to

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);
}

Ian Collins

unread,
Mar 8, 2010, 3:54:59 AM3/8/10
to
happytoday wrote:

[same old same old]

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

--
Ian Collins

happytoday

unread,
Mar 9, 2010, 9:39:23 AM3/9/10
to

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

Flash Gordon

unread,
Mar 10, 2010, 7:58:33 PM3/10/10
to

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.
--
Flash Gordon

0 new messages