Package dcc

Examples of dcc.DCoutputH


* @author dusakus
*/
public class algoD {

    public static void main(String[] args) {
        StData.log = new DCoutputH(true, System.getProperty("user.dir") + "/stuDI0/algo-D/Log.dcl");
        StData.RT = new RUNTIME();
        int e = StData.RT.INIT();
        if(e != 0){
            System.exit(e);
        }
View Full Code Here

TOP

Related Classes of dcc.DCoutputH

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.