# Microsoft Developer Studio Project File - Name="base" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
# Microsoft Developer Studio Generated Dependency File, included by base.mak
.\base.cpp : \
"..\..\..\..\..\matlab6p1\extern\include\engine.h"\
"..\..\..\..\..\matlab6p1\extern\include\matrix.h
# Microsoft Developer Studio Generated NMAKE File, Based on base.dsp
!IF "$(CFG)" == ""
CFG=base - Win32 Debug
!MESSAGE No configuration specified. Defaulting to base - Win32 Debug.
!ENDIF
!IF
// This program uses virtual base classes.
#include
using namespace std;
class base {
public:
int i;
};
// derived1 inherits base as virtual.
class derived1 : virtual public b
import java.awt.*;
public class base{
private int xPos;
private int yPos;
private Rectangle Base;
private int ImageNo = 1;
public base(){
xPos = 260;
yPos = 498;
Base = new Rec
# Microsoft Developer Studio Project File - Name="base" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl