Editing NewJ Applications Within Visual C++ 7.1 or 6.0 IDE
Edit NewJ applications directly inside the Visual C++ 7.1 (Visual Studio .NET 2003) or Visual C++ 6.0 IDE (as shown).
Here you can see a class declaration (.h) header file and an implementation (.cpp) file open for editing.
The class declaration is for a main class, which contains the main method that is invoked when
your application starts (top document window). The implementation file contains the method
definitions, including the main method (bottom document window).
Return to NewJ Library Features
|