Posts

Showing posts from October, 2013

C- Language

Introduction In computing world, C can be defined as a general purpose programming language. It was developed by Dennis M. Ritchie at AT&T Bell Labs. It has following features: It was invented to write an operating system called as UNIX. A structured language. Can handle low level activities. Can be compiled in variety of platforms. It was formalized in 1988 by American National Standard Institute(ANSI). The most popular relational database management system MySQL and the Linux Operating system are developed using C-language. Editors for C-language There are various editors available to use to work with C-language. Some of them are: Notepad++ Notepad WordPad Vi-editor Vim Text Wrangler xCode Dev - C Turbo C Borland C Compilers Available for C-language There are various compilers available for C-language. Some of them are: Ritchie C Compiler AMPC ANSI GCC C Quick C File Extension for C The file extension for c-files is .c. H...

Titanium SDK Introduction and Configuration

Image
Titanium SDK Introduction There was a time when people used to send their message through messengers or birds. But, now-a-days this job is done easily with a finger touch using handheld devices like mobile phones, tablets, fablets, iPad  iPod and many other. But, with this advancement also increased the number of technologies to work on. And it increased the overhead of developers to get various different technologies.  Sometimes, we feel the need of a platform which can provide us the tool where we can write the code just for once, but that code can run on various platforms. In short, we can say that we need robustness in our code. This can be achieved using Titanium SDK. It provides the developer an ability to create native applications as well as mobile web applications or rich hybrid applications using single code base. It uses Object Oriented JavaScript  It is opensource SDK and has a large number of API which...