public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
To: efreyre@qnet.com.pe
Cc: gcc-help@gcc.gnu.org
Subject: Re: learning gcc
Date: Sat, 03 Jun 2000 14:57:00 -0000	[thread overview]
Message-ID: <200006032153.XAA06936@loewis.home.cs.tu-berlin.de> (raw)
In-Reply-To: <Pine.OSF.3.96.1000603161147.15748A-100000@alfaqnet.qnet.com.pe>

> 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

      reply	other threads:[~2000-06-03 14:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-03 14:18 Ernesto Freyre
2000-06-03 14:57 ` Martin v. Loewis [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200006032153.XAA06936@loewis.home.cs.tu-berlin.de \
    --to=martin@loewis.home.cs.tu-berlin.de \
    --cc=efreyre@qnet.com.pe \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).