Posted by
|
|
| Posted on: 18-08-2011 02:59:10 |
|
|
C++ is an old language, but still very popular and relevant, especially while creating performance-intensive applications. It hasn't remained unchanged since its inception, the language ha...
Posted by
|
|
| Posted on: 05-07-2011 01:11:18 |
|
|
The first sign that you'd continue pursuing a language is when you get the first words right. In coding parlance, those words are Hello World! I dreaded at the very mention of code – so much of ...
Posted by
|
|
| Posted on: 16-12-2010 01:17:16 |
|
|
A while back Google showcased a tool that would allow people to easily create applications for their Android applications with no knowledge of programming. In the early stages, the new tool was made a...
Posted by
|
|
| Posted on: 30-08-2010 03:01:02 |
|
|
A project by Alon Zakai, of the Mobile Team at Mozilla, called Emscripten could ease a lot of work for those “porting” their native application to run on the web. Emscripten is an LLVM to ...
Posted by
|
|
| Posted on: 10-03-2010 11:39:32 |
|
|
Android users now have a lot to look out for, as the latest release of the Android NDK adds support for native OpenGL ES 2.0 development. Android's use of a custom Java virtual machine for its app...
Posted by
|
|
| Posted on: 04-03-2010 10:54:36 |
|
|
Has it ever bothered you that programming languages are unnecessarily formal?Why should you need to create a Hello World program like this: with Ada.Text_IO; procedure Hello isbeginAda.Text_IO.Put_...
Posted by
|
|
| Posted on: 11-12-2009 04:50:27 |
|
|
Google has just released the second version of its GWT, a rich web development platform. The new version comes with many improvements and features including the Speed Tracer tool and a new way of crea...
Posted by
|
|
| Posted on: 13-11-2009 03:47:44 |
|
|
Google never seems to just be satisfied with the status quo, and when they run out of fields to compete in they create their own! Google’s new “Go” programming language is one of the...