delorie.com/archives/browse.cgi | search |
Date: | Sun, 27 Dec 1998 16:43:22 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | BrentPs AT aol DOT com |
cc: | djgpp AT delorie DOT com |
Subject: | Re: I need help... |
In-Reply-To: | <88d8413.36863c93@aol.com> |
Message-ID: | <Pine.SUN.3.91.981227164126.3529B-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
On Sun, 27 Dec 1998 BrentPs AT aol DOT com wrote: > I need > someone to walk me through it or just explain a couple of basics or send a > sample program that they know will run... The file README.1ST explains how to compile programs. Here's a classic first program for you to try: --------------------------- cut here -------------------------- #include <stdio.h> int main (void) { printf ("Hello, world!\n"); return 0; }
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |