C and C++ Programming Resources

Custom Search

Test Driven Development for Embedded C

Posted on March 20th, 2011 1 Comment

Test Driven Development for Embedded C
TDD is a modern programming practice C developers need to know. It’s a different way to program—unit tests are written in a tight feedback loop with the production code, assuring your code does what you think. You get valuable feedback every few minutes. You find mistakes before they become bugs. You get early warning of design problems....
Read More | Make a Comment

Cracking the Coding Interview, Fourth Edition: 150 Programming Interview Questions and Solutions

Posted on March 1st, 2011 0 Comments

Cracking the Coding Interview, Fourth Edition: 150 Programming Interview Questions and Solutions
Now in the 4th edition, Cracking the Coding Interview gives you the interview preparation you need to get the top software developer jobs. This book provides: 150 Programming Interview Questions and Solutions: From binary trees to binary search, this list of 150 questions includes the most common and most useful questions in data structures, algorithms,...
Read More | Make a Comment

iPhone and iPad Apps for Absolute Beginners (Getting Started)

Posted on February 21st, 2011 0 Comments

iPhone and iPad Apps for Absolute Beginners (Getting Started)
The iPhone is the hottest gadget of our generation, and much of its success has been fueled by the App Store, Apple’s online marketplace for iPhone applications. Over 1 billion apps have been downloaded in the 9 months the App Store has been open, ranging from the simplest games to the most complex business apps. Everyone has an idea for the next best-selling...
Read More | Make a Comment

Top 10 C Language resources that will turn you into a better programmer

Posted on February 16th, 2011 0 Comments

People consider computer programming a little tiresome but some find it more enjoyable. Every programmer has to keep up with the latest trends coming in the programming languages. Most of the programmers start programming in C as it is the most commonly used programming language for writing operating systems and applications. If you are reading this article,...
Read More | Make a Comment

Ten tips on improving your programming skills

Posted on October 6th, 2010 0 Comments

The question that novice programmers often ask is, How to improve programming skills? As a programmer I used different ways to improve my programming skills, like reading/writing code, working with experienced programmers and reading blogs and websites. I have listed few of the points here which in my opinion will be quite useful for novice programmers. Practice,...
Read More | Make a Comment

Little known features of C/C++

Posted on July 12th, 2010 0 Comments

There are always few little known or hidden features in each programming language. AT StackOverflow.com someone started a series of posts “Hidden features of” programming languages. The Hidden Features series is great for people who are new to a certain language. I have collected few of the features of both C and C++ here. Like the ternary operator;...
Read More | Make a Comment

50 C++ Interview Questions

Posted on July 11th, 2010 1 Comment

I have compiled a list of repeatedly asking C++ interview questions here. Some of them are very important C++ questions asked by employers like Microsoft, Adobe and IBM. How do you check whether a linked list is circular? How do you decide which integer type to use? How do you differentiate between a constructor and destructor? How do you differentiate between...
Read More | Make a Comment

Matrix libraries for C and C++

Posted on August 2nd, 2009 1 Comment

This article presents some of the currently available options for open source C/C++ matrix libraries employable within a Linux environment. Particular libraries discussed are Meschach, which provides routines for operating on matrices and vectors for projects coded in C, the Cooperware Matrix (CwMtx) for C++ coding, and Blitz, which provides an n-dimensional...
Read More | Make a Comment


Page 1 of 212