Loading

Blogs

Submitted by: 

Any variable in C programming is specified by it's data-type and storage-class specifier. The general syntax is as follows :- //storage-class data-type variable-name;// Example:extern int myInteger; There are four storage classes in C: 1) Automatic 2) External 3) Static, and 4) Register. 1.1) Automatic Variables :- These are the variables defined with in a function. Alternatively any thing(variable) defined within a function is automatic. They are identified by the keyword 'auto'. The general syntax is as follows : auto int k;

Submitted by: 

The 2012 JavaOne Conference, a yearly event where Oracle and its partners will present the latest in tools, technologies, and best practices for Java developers will take place in San Francisco. The highly-anticipated event by Java developers will take place this coming September 30 up to October 4, 2012. All interested developers were requested to register online until Friday, September 28, 2012.

Submitted by: 

The GCC 4.7.2 which was released on September 20, 2012 have already released a stable version with a total of 75 bug fixes. The GNU Compiler Collection (GCC) 4.7.0 was first released on March 22, 2012 and followed it up with GCC 4.7.1 version last June 14, 2012. The GNU GCC which includes front ends for for C, C++, Objective-C, Fortran, Java, Ada, and Go. The GCC was originally written as the compiler for the GNU operating system. The GNU system was developed to be 100% free software, free in the sense that it respects the user's freedom.

Submitted by: 

PHP programmers were always on the look out for the most powerful framework at their disposal, and CodeIgniter is one of the few PHP framework that meet the much-needed tools for programmers who are willing and eager to discover something that will enhance their programming skills.

Submitted by: 

The free and open source software, PostgreSQL project has announced the latest release of PostgreSQL 9.2 with improved scalability and developer flexibility. PostgreSQL Global Development Group has made the announcement of the latest updates of PostgreSQL through the official PostgreSQL website. The Lead Data Engineer at Engine Yar, Ines Sombra was quoted as saying that "PostgreSQL 9.2 will ship with native JSON support, covering indexes, replication and performance improvements, and many more features.”

Submitted by: 

Programmers were always looking for some place to showcase their talent but only few website offered them the best returned for it. As one of the pioneers in the programming community we would like to provide you an opportunity to showcase your skills through a programming contest. This is your chance as a developer to shine, make your project commercially available and fulfill a long-time dream to be considered by peers as a topnotch programmer.

Submitted by: 

Google, the internet's most visited website made another achievement on their participation for the common good of the population through the Google I/O Develop for Good Hackathon. Google announced earlier the Extended Events for I/O 2012, a hackathon in which teams were invited to enter submissions that would "improve the world" in one of the three topic areas, covering political and environmental issues. The contest was announced and started on June 14, 2012 with the deadline ended last June 29 giving developers 2 weeks for submissions.

Submitted by: 

The highly-anticipated gathering of the brightest minds in the world particularly PHP enthusiasts will happen this coming October 14-17, 2012 in Mainz, Germany.

Submitted by: 

The world's largest and highest-valued semi-conductor company have released development suites for developers wanting to build shared memory and distributed applications. The Intel Parallel Studio XE 2012 has been released today, aside from the fact that it aimed to developed shared memory application, it includes also Intel C++ and Fortran compilers, threading, math, multimedia and signal processing performance libraries.

Submitted by: 

The WebOS have been dumped by HP into the convenient arms of the open source community a few months ago but right now the newest version of WebOS have been released, the Open webOS Beta 1. One of the main reasons why HP dumped the webOS program is due to the availability of mobile Operating System such as the iOS, Android and Windows Phone 8, so HP decided to make it an open source.

Pages