Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
$4

Personal License

1 application Binary restricted distribution Non-commercial use only No modifications
$7

Tinkering License

1 application Binary restricted distribution Non-commercial use only
$9

Commercial License

1 application Binary restricted distribution
You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

  • Released: Jul 16, 2011
    Last Update: Jul 14, 2011
  • Language: C/C++
  • Category: Games & Entertainment
  • Time / costs savings: 4h / $240 *

Anubis CPPCards

Anubis CPPCards
Developed by Weston Networks, Released Jul 16, 2011

A card deck and card class framework to make your card game easier to develop

C/C++

Tags: anubis , blackjack , c++ , card

When developing a new card game, blackjack, poker, anything that involves cards, wouldn't it just be easier to already have the deck built? That is exactly what this component does. This component creates a shoe of however many decks of cards you want, as long as that number is 1 or greater!

#include "AnubisCards.cpp"

int main() {

    Deck *example = new Deck(1);
    example->demo();

}

This will list the stats of each card in the deck in the following format:

Suit: 4
Visible: false
Suit Letter: C
Suit Name: Club
Letter: K
Name: King
Value: 10
******************************************************

User Reviews

No reviews have been submitted yet.

Questions & Comments


Or enter your name and Email
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.