Home
    WELCOME
    CONTACT ME

Visitor Features
    YOUR INFO
    BOOKMARK
    NET LINKS

C++ Classes
Library Source Codes:
    CGIPARSE
    JSTRING
    JVECTOR
    JSTACK
    JHASHTABLE
    ASP STACK
    ASP QUEUE
    ASP VECTOR

Tutorials:
    ALGORITHMS
    SOFTICE
    NT REGISTRY
    UNIX
    CRACKING

Sample Works

    JAVA TALK
    WEB CAM


    L0PHTCRACK
    GETADMIN
    TKCMOS
    HTTPORT
    +VIC
    REGMON
    REVEALER
    +ERLIS
    SOFTICE32
    HEXWSHOP

Personal
    CONTACT ME
    RESUME
    PICTURES
    QUOTES
    ASCII ART


JStack

Download

Design of the Library :
This class is a based on the Java Stack class and as such contains all the public member functions of it's Java equivalent. Unlike Java, typecasts are not necessary since C++ allows template instantiation of types at compile time.

Public functionality:
The library is fairly simple in usage. You may visit the Stack class specification at JavaSof