Need help in templates

Regan Heath regan at netmail.co.nz
Fri Mar 25 03:34:09 PDT 2011


On Fri, 25 Mar 2011 05:51:11 -0000, Ali Çehreli <acehreli at yahoo.com> wrote:

> On 03/24/2011 10:18 PM, Ishan Thilina wrote:
>  > Hi,
>  >
>  > I'm still new to D. I tried to implement a stack using templates. But  
> I get an
>  > "Access Violation" error when I try to run a test on the stack that I  
> made.The
>  > source code is attached with this mail. Can somebody please point out  
> the
>  > error of this code?
>
> I would really love to look at it but like some other people all I get  
> is the following non-D code. ;) I don't know whether the problem is on  
> my end but e-mail and news used to be easier. :)
>
> Ali
>
>  > begin 644 main.d
>  > M;6]D=6QE(&UA:6X[#0H-"FEM<&]R="!S=&0N<W1D:6\[#0H-"FEN="!M86EN
>  > M*'-T<FEN9UM=(&%R9W8I#0I[#0H@("!W<FET969L;B at B17AE8W5T:6]N(&)E
>
> [snip]

FYI.. that's uuencoded data:
http://en.wikipedia.org/wiki/Uuencoding

it's one of the older style encodings used by NNTP.  Most readers should  
support it.  If you're on unix there may be a program uudecode which can  
decode it for you.

R


More information about the Digitalmars-d-learn mailing list