Re: Help for designing outlines in c language
- From: roberson@xxxxxxxxxxxxxxxxxx (Walter Roberson)
- Date: Mon, 17 Jul 2006 19:25:08 +0000 (UTC)
In article <1153163703.931978.20990@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Manmeet Mittal <manmeet_mittal@xxxxxxxxx> wrote:
Hi all this is Manmeet Mittal,
I want to create menus and borders in c. How can make it. What r its codings.
The C language itself only provides for text, and not graphics.
If you were thinking of graphical menus (e.g., pop-up or drop-down
menus) then you need operating system dependant extensions and you should
ask about those in a newsgroup appropriate for your operating system.
Even if you were just thinking about text-only menus and borders,
you cannot portably do what you want in standard C, as C does not
have any notion of "screen" or font or how characters show up on displays.
C also does not have any notion of where things are on whatever
output device is being used, so you cannot portably position particular
information at particular locations.
--
"It is important to remember that when it comes to law, computers
never make copies, only human beings make copies. Computers are given
commands, not permission. Only people can be given permission."
-- Brad Templeton
.
- References:
- Help for designing outlines in c language
- From: Manmeet Mittal
- Help for designing outlines in c language
- Prev by Date: Re: How to write a small graceful gcd function?
- Next by Date: Re: Windows Coder Needed
- Previous by thread: Help for designing outlines in c language
- Next by thread: Re: Help for designing outlines in c language
- Index(es):
Relevant Pages
|