public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "charles scott" <cpscott@nsu.edu>
To: gcc-help@gcc.gnu.org
Subject: Using gcc
Date: Fri, 14 Sep 2001 08:39:00 -0000	[thread overview]
Message-ID: <3BA22579.7070104@nsu.edu> (raw)

Hello,

I am new to GNU CC and I have version gcc 3.0.1 running on Solaris 8. 
 The package seemed to install okay and I added the  /usr/local/bin 
directory to my path however, when I compile my c++ program it returns 
the following message:

                    `main' must return `int'  

Here is the code.

#include <iostream.h>

void main()
{
       long   number = 0;
       cout <<  "This is a test. "  <<  number   <<   endl;
}

Is there a place where I get some sample c++ code that will compile to 
test my install?

Thanks for your assistance.

             reply	other threads:[~2001-09-14  8:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-14  8:39 charles scott [this message]
2001-09-14  9:14 ` Claudio Bley
2001-09-14  9:28 ` 홍근식
2002-03-28 20:30 Francisco Mendez
2002-03-28 20:40 Mariappan, MaharajanX
2002-03-28 20:40 Thai Dang Vu
2005-12-24 19:40 jjwdeck
2005-12-24 20:00 ` Brian Dessent

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=3BA22579.7070104@nsu.edu \
    --to=cpscott@nsu.edu \
    --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).