bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot multiply


From: Eli Zaretskii
Subject: Re: Cannot multiply
Date: Sun, 17 Dec 2000 09:18:18 +0200 (IST)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]