C For Engineers & Scientists, An Interpretive Approach with Companion CD
C for Engineers and Scientists is designed to teach students how to solve engineering and science problems using C. This is a complete and comprehensive introduction to computer programming in C language, with introductions to object oriented programming in C++, and...
Beginning iPhone Development: Exploring the iPhone SDK
Are you a programmer and looking for a challenge to write iPhone applications? If so, this book is for you. The book assumes a minimal working knowledge of Objective-C, and written in a friendly way. The book is quite easy to follow for beginners who want to develop...
Learn C on the Mac
This book is for anyone wishing to learn to C programming in Mac OS X environment. If you are new to this platform, an experienced MAC developer, new to C programming or students entirely new to programming this book is a perfect guide to start with. For anyone who wants to learn how to program their iPhone, this is also the core language primer.
Arrays as Data Structure in C/C++
As discussed in the previous post, there are two types of data structures available to C and C++ programmers. One is already built into the programming language such as arrays and structures. Other type of data structure is a bit complex in a sense that it can be...
Data Structure Articles: Stack, Queue, Arrays and Linked List
The basic aim of mycplus.com website was to develop a website for students of C/C++ and data structures. There are lots of tutorials and source code covering different aspects of C/C++ programming language. Today I have decided to write few articles about data structures and their implementation in C/C++.