How can I Compile this program using the alias Cgfx?

  • Follow


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

0
Reply ehabaziz2001 (345) 3/8/2010 7:59:04 AM

happytoday wrote:

[same old same old]

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

-- 
Ian Collins
0
Reply Ian 3/8/2010 8:54:59 AM


On Mar 8, 10:54=A0am, Ian Collins <ian-n...@hotmail.com> wrote:
> happytoday wrote:
>
> [same old same old]
>
> What about the answers you received last year and in 2006?
>
> --
> Ian Collins

What about the non-complete answers I have been received last year and
in 2006?
0
Reply happytoday 3/9/2010 2:39:23 PM

happytoday wrote:
> On Mar 8, 10:54 am, Ian Collins <ian-n...@hotmail.com> wrote:
>> happytoday wrote:
>>
>> [same old same old]
>>
>> What about the answers you received last year and in 2006?
>>
>> --
>> Ian Collins
> 
> 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.
-- 
Flash Gordon
0
Reply Flash 3/11/2010 12:58:33 AM

3 Replies
615 Views

(page loaded in 0.051 seconds)

Similiar Articles:













7/22/2012 8:40:51 PM


Reply: