Difference between revisions of "AnglerStudios:Code Global"

From RPGnet
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Back to the [[AnglerStudios:Main Page|Main Page]].
 
Back to the [[AnglerStudios:Main Page|Main Page]].
 +
 +
Back to the [[AnglerStudios:Coding|Coding Discussion Page]].
  
 
=class global=
 
=class global=
Line 6: Line 8:
 
BITMAP *dbuffer; // double buffer to draw to for all graphics calls
 
BITMAP *dbuffer; // double buffer to draw to for all graphics calls
  
// Linked list declarations
+
// 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.
 +
--[[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)