Tag Archives: c

Developing MySQL Applications with Eclipse CDT

Developing MySQL Applications with Eclipse CDT: cool, I’m considering building a C integration to mysql.
Seems a little strange that Sun already have their logo up there.

James project space

I’ve got a few projects that I need to get some traction on… and I thought several of them are worth sharing, remembering.
In the Java space:

Swing web UI with localisation
Swing web services with ageci security and hibernate
Java/JNI debugging

In the PHP space:

Articles template/formatting component for Joomla (and Grad Jobs website)
PHP C extensions
CakePHP 1.2 RC2 example application

And […]

Running C applications on the web?

Running C and Python Code on The Web
This is exactly what I’ve been waiting for, a distribution of flash that can run Quake… The article gets a bit of a knock in Slashdot, but I guess some people don’t see the possibilities of having quick free distributable platforms.

Jagged/Multi dimensional Arrays (C# Programming Guide)

Why does C#.NET have so multiple ways of defining and using multi-dimensional arrays?
Jagged Arrays (C# Programming Guide)
Jagged arrays have the same declaration style as Java’s multidimensional arrays, and the same idea, but they don’t seem to have the same ease of use! In C Sharp, you must initialise each array in turn…

int[][] jaggedArray = new […]

PHP C extensions

An existing extensions library
HowTo implement your own PHP C extensions
Zend developers zone article on writing the Hello World of PHP C Extensions