From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:4b:a4d8:4b00:12bf:48ff:fe7c:5584]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id F34C57788B for ; Wed, 29 Jan 2014 16:26:43 -0800 (PST) From: Chris Brannon To: Edbrowse-dev@lists.the-brannons.com References: <20140029134918.eklhad@comcast.net> Date: Wed, 29 Jan 2014 16:26:21 -0800 In-Reply-To: <20140029134918.eklhad@comcast.net> (Karl Dahlke's message of "Wed, 29 Jan 2014 13:49:18 -0500") Message-ID: <87mwiel3gy.fsf@mushroom.PK5001Z> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Edbrowse-dev] Now on 24 X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 00:26:44 -0000 > use string objects where it makes sense, > and use the array class instead of my lists so all those warnings go away. > I could do this, unless someone else is in there anyways Swapping your lists for C++ lists should be a five-minute job, but the string stuff is going to be tedious. I'm also willing to do it if you aren't too enthused at the prospect. -- Chris