21
edits
Changes
→Due Dates
*:# create .h and .cpp files for all classes
*:#: the name of the file is all lower case and is the same as class name (i.e CFrame class: cframe.h and cframe.cpp)
*:# copy the class definitions to into .h files
*:# create mock-up methods for the class defs
*: Tag it in Release 0.3
*Tue March 22
*: merge the code for CFrame and CFeild from tags/fardad/coreclasses into your project and compile, run and test it with Test1Frame.cpp