Deutsch English Français Italiano |
<vtmq30$pp58$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Lynn McGuire <lynnmcguire5@gmail.com> Newsgroups: comp.lang.fortran,comp.lang.c++ Subject: Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 Date: Tue, 15 Apr 2025 18:28:31 -0500 Organization: A noiseless patient Spider Lines: 13 Message-ID: <vtmq30$pp58$1@dont-email.me> References: <vt3vje$2uq60$4@dont-email.me> <vt570a$4np7$3@dont-email.me> <vt6itt$1as70$1@dont-email.me> <vtanrh$188gk$1@raubtier-asyl.eternal-september.org> <vtbeaj$1tgjn$1@dont-email.me> <vtbv5d$2itvk$2@dont-email.me> <vthfkf$3skck$1@dont-email.me> <vthga1$3tlv9$1@dont-email.me> <vtkoip$2vivp$2@dont-email.me> <vtmp88$nt6i$6@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 16 Apr 2025 01:28:32 +0200 (CEST) Injection-Info: dont-email.me; posting-host="32897c4ce69fd3dbe39ff691e7b74f4d"; logging-data="844968"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/O1HCDfpWhOo+cx88MD5IGyIzlAx5yCvg=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:LtqhZXz6yJmLsQZxnR+XCEEMaDE= Content-Language: en-US In-Reply-To: <vtmp88$nt6i$6@dont-email.me> Bytes: 1741 On 4/15/2025 6:14 PM, Lawrence D'Oliveiro wrote: > On Mon, 14 Apr 2025 23:50:32 -0500, Lynn McGuire wrote: > >> Got rid of a few nasty bugs like: >> >> iword = 6Habcdef > > Surely whether that’s a bug or not would depend on the type of “iword” ... iword is a implicit 4 byte integer capable of storing 4 characters. Lynn