C Programming

C For Engineers & Scientists, An Interpretive Approach with Companion CD

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…

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…

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…

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…

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…

50 Best C/C++ Source Code Pages and Websites

In this article, I am going to share 50 outstanding websites and web pages. which I believe. every C or C++ developer should know and…

Discover the Best and Most Popular Applications Written in C/C++

Discover the top 10 applications developed with C/C++ in this informative article. From operating systems to video games, C/C++ has been used to create some…

Counting Words, Lines and Characters in a Text File in C

This is a small C language program that can read a text file. The program is given file name as command parameter and it reads…