Search Results

0
votes

Shallow Copy From Inherited Classes

In your Product constructor you are already doing some form of shallow copy, aren't you? If you haven't overwritten your constructor, then you should be able to just create a new PackageKitItem tha …
0
votes

How do you convert Html to plain text?

You may want to use SgmlReader. http://code.msdn.microsoft.com/SgmlReader …
0
votes

Creating and Placing Objects in the PDF using C# or perl

I would have used a Perl script to generate LaTeX scripts. But that's me. Edit: Well, this is what I love about Stackoverflow: lots of interesting and fun problems …