Search for: handbuch visual basic fr dos
Related Programming Resources
- New Features in C# 4.0 New Features in C# 4.0 - Dynamic Lookup - Optional and Named Parameters - COM interop features - Co-and Contra-variance Dynamic Lookup - A new static type called: dynamic - No static typing of operations with dynamic - Exceptions on invalid usage at runtime - Great for interop with dynamic languages dynamic operations dynamic d = GetDynamicObject(…); d.M(7); // calling methods d.f= d.P;
- Cocoa Tutorial for Java Programmers This document introduces the Cocoa application environment using the Java language and teaches you how to leverage Apple’s development tools to build robust, object-oriented applications. Cocoa provides the best way to build modern, multimedia-rich, object-oriented applications for consumers and enterprise customers alike. This document assumes you are familiar with Java
- Programming in oXML This is a programming guide for the o:XML programming language. It assumes you have an understanding of XML and some programming experience, preferably with an object-oriented language. Some knowledge about the XPath Query Language and/or XSLT will also be useful. The guide starts with some basic concepts, then moves on
- Using JSSE for secure socket communication This tutorial explains the use of the Java Secure Socket Extension (JSSE) packages included in JDK 1.4. The complexity of using JSSE is not in the communication itself, but rather in the configuration. Before you can run your client/server software, you must create the keys needed by the encryption algorithms,
- Image Processing Library C++ Edition v1.2 Introduction, Tutorial, and User Guide IPL/C++ (image processing library C++ edition) is a result of two things: the need of useful common image processing routines, and the frustration of not being able to find a satisfactory and free one. As an engineering student working in the image processing area, I have to write a lot of