Topic: simple functions
Author: Anthony DeRobertis <derobert@erols.com>
Date: 2000/01/10 Raw View
In article <38767273.82A0B997@post.queensu.ca>, rdt@post.queensu.ca
wrote:
>Hello, does anybody know of a web site or FAQ or documents or something
>easy to understand where I could find out how to use simple text mode
>functions in c++ or c in Linux. Functions like clearing the screen,
>doing random numbers, changing text colour, moving the cursor to a spot
>by giving co-ordinates, like pascals "gotoxy(34,56)". I just need some
>easy to understand instructions, I am just learning the language and
>want to expirment with it. They would have to be Linux specific too.
For random numbers, there is rand(). For everything else, ask in a Linux
group such as comp.os.linux.development.apps
--
Windows 95 (win-DOH-z), n. A thirty-two bit extension and graphical shell
to a sixteen bit patch to an eight bit operating system originally coded
for a four bit microprocessor which was used in a PC built by a formerly
two bit company that couldn't stand one bit of competition.
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html ]
Author: Alan Tennent <rdt@post.queensu.ca>
Date: 2000/01/09 Raw View
Hello, does anybody know of a web site or FAQ or documents or something
easy to understand where I could find out how to use simple text mode
functions in c++ or c in Linux. Functions like clearing the screen,
doing random numbers, changing text colour, moving the cursor to a spot
by giving co-ordinates, like pascals "gotoxy(34,56)". I just need some
easy to understand instructions, I am just learning the language and
want to expirment with it. They would have to be Linux specific too.
Thanks, -Alan
======================================= MODERATOR'S COMMENT:
Please keep replies relevant to Standard C++, not platform-specific.
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html ]