MESSAGE
DATE | 2015-01-29 |
FROM | Ruben Safir
|
SUBJECT | Re: [LIU Comp Sci] making the class up on the fly
|
From owner-learn-outgoing-at-mrbrklyn.com Thu Jan 29 01:38:12 2015 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: by mrbrklyn.com (Postfix) id 4BC7916115E; Thu, 29 Jan 2015 01:38:12 -0500 (EST) Delivered-To: learn-outgoing-at-mrbrklyn.com Received: by mrbrklyn.com (Postfix, from userid 28) id 36E62161165; Thu, 29 Jan 2015 01:38:12 -0500 (EST) Delivered-To: learn-at-mrbrklyn.com Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mrbrklyn.com (Postfix) with ESMTP id 94D7516115E for ; Thu, 29 Jan 2015 01:38:11 -0500 (EST) Received: from [10.0.0.19] (unknown [96.57.23.82]) by mailbackend.panix.com (Postfix) with ESMTPSA id B38D213AF6 for ; Thu, 29 Jan 2015 01:38:10 -0500 (EST) Message-ID: <54C9D551.6090201-at-panix.com> Date: Thu, 29 Jan 2015 01:38:09 -0500 From: Ruben Safir User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: learn-at-mrbrklyn.com Subject: Re: [LIU Comp Sci] making the class up on the fly References: <20150129004934.GA7862-at-panix.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: owner-learn-at-mrbrklyn.com Precedence: bulk Reply-To: learn-at-mrbrklyn.com
On 01/28/2015 07:51 PM, Maneesh Kongara wrote: > And to be honest I really no nothing about it and would love to learn. I'm > somehow not so convinced with the class. > On Jan 28, 2015 7:49 PM, "Ruben Safir" wrote: > >> >> I really just don't understand this. It seems like this class is just >> being made up on the fly. this linked list algorithm is a classic >> problem that has been all but solved for decades and it seems like the >> implimentation here, which is fairly broken, really. >> >> >>
I think this is covered extensively in the C programming book by King, but his C++ example, I think I have that in the Lippman, Lajoie C++ text. I'd have to look. I wrote a full throttle linked list example and class library for C++ using templates about 6 years ago, just as a programming exercize. What you could do with templates is interesting, even assume.
Ruben
|
|