Re: Help for designing outlines in c language



Skarmander wrote:
There's no way to do "menus and borders" in the way the OP presumably
intends in portable C, so it hardly matters.

Necessary correction: there's no way to do it in portable *standard* C. Portability is, of course, a matter of degree.

S.
.



Relevant Pages

  • Re: Delay Routine: Fully-portable C89 if possible
    ... it *does* matter that you have such types available in your code. ... On the compiler that I use, CCS for PIC16, the default for an "unsigned int" ... Haven't encountered any portability problems yet. ...
    (comp.arch.embedded)
  • Re: Delay Routine: Fully-portable C89 if possible
    ... it *does* matter that you have such types available in your code. ... On the compiler that I use, CCS for PIC16, the default for an "unsigned int" ... Haven't encountered any portability problems yet. ...
    (comp.arch.embedded)
  • Re: Writing to Binary Files [flaming files]
    ... text file format. ... networking and portability were not real concerns on the minds of anyone. ... This is not a matter of pointing fingers or saying my OS is better than yours, ... a "simple" text file could have any kind of crazy internal formatting that is meaningful only to some particular program. ...
    (comp.lang.ruby)
  • Re: Moving from 8051 to AVR
    ... thereof) of deviations from the standards. ... incrementing a pointer through an array. ... portable no matter which way you did it. ... That hasn't affected portability in the least. ...
    (comp.arch.embedded)
  • Re: Downloadable standards file?
    ... That's the whole point of portability. ... matter where his code runs. ... It's true that C90 is not the current de jure standard, ... so let's move the language forwards by getting some C99-conforming ...
    (comp.lang.c)