Month: October 2008

3G Wireless Networks

In 3G Wireless Networks, experts Clint Smith and Daniel Collins dissect critical issues of compatibility, internetworking, and voice/data convergence, providing you with in-depth explanations of how key standards and protocols intersect and interconnect. This guide digs into the gritty details of day-to-day operations such as network security, dynamic ARP inspection of the network and network traffic, giving you a chance to understand the difficulties service providers will experience in making the changeover from 2nd Generation systems (CDMS etc.) to 2.5 Generation systems like WAP and EDGE and finally to full throttle 3G networks.

Read More

Linux kernel coding style

This is a short document describing the preferred coding style for the Linux kernel. Coding style is very personal, and I won’t _force_ my views on anybody, but this is what goes for anything that I have to be able to maintain, and I’d prefer it for most other things too. Please at least consider the points made here.

Read More

Basic Data Types in C Programming

C language provides a standard and minimal set of basic data types. Sometimes these are called primitive data types. More complex data structures can be built up from these basic data types. Data types specify how we enter data into our C programs and what type of data we use for different operations. C has some predefined set of data types to handle various kinds of data that we can use in our program.

Read More

General Programming Questions

What’s the difference between a programming language, a scripting language? The main difference between a “programming language” (C, C++ etc.) and a “scripting language” (ASP, JSP, JavaScript,...

Read More

Indian Hill C Coding Styles and Standards

This document is a result of a committee formed at Indian Hill to establish a common set of coding standards and recommendations for the Indian Hill community. The scope of this work is the coding style, not the functional organization of programs. The standards in this document are not specific to ESS programming only.

Read More

C Programming Questions

What is C language? The programming language C was originally developed by Dennis Ritchie of Bell Laboratories and was designed to run on a PDP-11 with a UNIX operating system. Although it was originally intended to run under...

Read More