lang="en-US"> classes –  Design1online.com, LLC

Tagged: classes

10

SmartFoxServer Flash AS3 Tutorial: Using Classes

Okay so one of the thing I’ve learned about SmartFoxServer is that the documentation is hard to search through and the sample code they have available really doesn’t cover a lot of standard coding...

2

C++ MySQL Database Class

/************** * File Name: database.cpp * Author: Design1online.com, LLC * Purpose: mysql database class **************/ #include “database.h” /************** * Purpose: default constructor, initialize class values * Precondition: none * Postcondition: none **************/ database::database() {...