| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| Date: | Sun, 17 Dec 2000 09:18:18 +0200 (IST) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | "Franck Bauquier (Defcon1)" <defcon1 AT free DOT fr> |
| cc: | bug-g++@prep.ai.mit.edu, djgpp AT delorie DOT com |
| Subject: | Re: Cannot multiply |
| In-Reply-To: | <000401c0679d$d5101020$ce3dfac1@franck> |
| Message-ID: | <Pine.SUN.3.91.1001217091525.3325M@is> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On Sat, 16 Dec 2000, Franck Bauquier (Defcon1) wrote: > I got a program which is supposed to fill SRC with 5 "ABCDEFGHIJ" in a = > row. Then the program is gonna pick 1 letter from SRC every ten letters = > and put > it in DEST, thus DEST would be filled with "AAAAA". > Unfortunately, although it's working under Turbo C++, DJGPP refuse to = > compile > apparently because of a multiplication at the line: "src[i*10]"; Please post the exact command line you used to compile this program, and the error message(s) printed by the compiler when you compile with DJGPP.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |