public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* learning gcc
@ 2000-06-03 14:18 Ernesto Freyre
  2000-06-03 14:57 ` Martin v. Loewis
  0 siblings, 1 reply; 2+ messages in thread
From: Ernesto Freyre @ 2000-06-03 14:18 UTC (permalink / raw)
  To: gcc-help

Dear Programmers :

I programm in Borldanc C++, since now I am performing tasks on unix/linux
environments , I need know some variations about the sintaxis, includes
etc,, about gcc respect Borland C++, Please can anyone sendme some address
for learning gcc ?

I would want to know aboot certain commands such as control of cursor
(e.g. gotoxy in Borland C++)

Thank you for your help.

Best Regards.

Ernesto Freyre.

Qnet

 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: learning gcc
  2000-06-03 14:18 learning gcc Ernesto Freyre
@ 2000-06-03 14:57 ` Martin v. Loewis
  0 siblings, 0 replies; 2+ messages in thread
From: Martin v. Loewis @ 2000-06-03 14:57 UTC (permalink / raw)
  To: efreyre; +Cc: gcc-help

> I programm in Borldanc C++, since now I am performing tasks on unix/linux
> environments , I need know some variations about the sintaxis, includes
> etc,, about gcc respect Borland C++, Please can anyone sendme some address
> for learning gcc ?

Please have a look at the GCC manual; it explains the differences
between standard C++ and GNU C++. You'll have to look at Borland's
documentation to understand the differences between Borland C++ and
standard C++.

> I would want to know aboot certain commands such as control of cursor
> (e.g. gotoxy in Borland C++)

Please note that gcc is only a compiler, it does not include
specialized libraries. While it does provide a standard C++ library,
that library does not support controlling the cursor.

You have to use a library provided by the operating system
(e.g. Linux) to control the cursor; the curses library is suitable for
that.

Regards,
Martin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-06-03 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-03 14:18 learning gcc Ernesto Freyre
2000-06-03 14:57 ` Martin v. Loewis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).