Difference between revisions of "AnglerStudios:Code Global"

From RPGnet
Jump to: navigation, search
 
Line 13: Line 13:
 
* search
 
* search
 
* sort
 
* sort
 +
Will upload what I have so far for this. Have all but completed the header file for the linkedList class (it's big enough to warrant it's own file, we can just include the header in the global.h header file.
 +
 +
Still to write the implementation/CPP file. Plan to do this by Friday 11th August, 2006.
 +
--[[User:G01d HaCkEr|g01d_HaCkEr]] 20:19, 1 August 2006 (PDT)

Latest revision as of 20:19, 1 August 2006

Back to the Main Page.

Back to the Coding Discussion Page.

class global[edit]

Name: global

Members[edit]

BITMAP *dbuffer; // double buffer to draw to for all graphics calls

// Linked list declarations, such as

  • add
  • remove
  • search
  • sort

Will upload what I have so far for this. Have all but completed the header file for the linkedList class (it's big enough to warrant it's own file, we can just include the header in the global.h header file.

Still to write the implementation/CPP file. Plan to do this by Friday 11th August, 2006. --g01d_HaCkEr 20:19, 1 August 2006 (PDT)