Quantcast
Channel: cpp – SitePoint
Browsing latest articles
Browse All 6 View Live

Getting Started with PHP Extension Development via PHP-CPP

This tutorial will get the reader up and running with PHP extension development in C++ via the PHP-CPP library. Taylor Ren covers some very basic introductory aspects, preparing the grounds for the...

View Article



PHP Extension Development with PHP-CPP: Object Oriented Code

PHP-CPP Part 2: The OO side In my Part 1 on building a PHP extension with PHP-CPP, we have seen some basics in using PHP-CPP to create our first skeleton PHP extension and covered some important...

View Article

Getting Started with PHP Extension Development via Zephir

Thien Tran Duy explains how we can get started with PHP Extension development through Zephir, the new language and direct competition to Hack and HHVM from the Phalcon team Continue reading %Getting...

View Article

Image may be NSFW.
Clik here to view.

Developing PHP Extensions with C++ and PHP-CPP: Advanced

In my earlier articles, I have introduced the PHP-CPP lib to create an extension for PHP using C++ (first article and second article). In the latter, I demonstrated a bit of the OO side of writing a...

View Article

Image may be NSFW.
Clik here to view.

Implementing the Range Operator in PHP

We sometimes come across some amazing posts in other locations, and with the permissions of their authors, repost them on SitePoint. This is one such instance. In the post below, Thomas Punt implements...

View Article


Re-Implementing the Range Operator in PHP

In the prequel to this article (hint: make sure you’ve read it first), I showed one way to implement a range operator in PHP. Initial implementations, however, are rarely the best, and so it is the...

View Article
Browsing latest articles
Browse All 6 View Live


Latest Images