C GUI programming

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Vandervies

    #31
    Re: C GUI programming

    In article <LKudnaBMvNyP_Z _YnZ2dnUVZ8s-dnZ2d@bt.com>,
    Malcolm <regniztar@btin ternet.comwrote :
    >Do you have a Microsoft compiler?
    >
    >Write a minimal Windows program,
    <snip>
    >This can all be done in C. You call calling non-ANSI libraries, and there is
    >quirk about the entry point, but it still very much a C program.
    It's a perfectly valid program for a freestanding C implementation.
    The entire C standard library is even available, and most of it[1] works
    as advertised, which is rather more than is required of a freestanding
    implementation.

    (I'll leave it to others to refer to the precise definition of what
    makes an implementation freestanding and draw the obvious conclusion
    about the platform it's running on.)


    dave

    [1] The obvious exceptions being the parts that involve stdin, stdout,
    and stderr

    --
    Dave Vandervies dj3vande@csclub .uwaterloo.ca
    I just thought it would be more topical to tune from C. That would have
    been fine if I'd got the pitch of C right.
    --Richard Heathfield in comp.lang.c

    Comment

    Working...