Tag: Programming Tips
Test Driven Development for Embedded C
by M. Saqib | Last updated Feb 16, 2011 | Programming Books |
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...
Read MoreCracking the Coding Interview, Fourth Edition: 150 Programming Interview Questions and Solutions
by M. Saqib | Last updated May 31, 2015 | Programming Books |
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.
Read MoreiPhone and iPad Apps for Absolute Beginners (Getting Started)
by M. Saqib | Last updated Feb 16, 2011 | Programming Books |
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...
Read MoreLittle known features of C/C++
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.
Read More50 C++ Interview Questions
I have compiled a list of repeatedly asking C++ interview questions here. Some of them are very...
Read MoreMatrix libraries for C and C++
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...
Read MoreC Programming Tips by Philip Guo
Philips Guo at Stranford University has useful collection of C programming lessons which may be quite useful if you are new to C programming. Guo starts by answering the simple question of why someone should start programming in...
Read MorePuzzles for Programmers and Pros
by M. Saqib | Last updated Feb 14, 2009 | Programming Books |
Solving puzzles demands a mindset that starts with a vulnerable openness followed by a rigorous drive to find a solution. Whether you’re preparing for a programming job interview or just like a challenge, this book takes...
Read More
Subscribe for updates
Advertisement
Recent Posts
-
JavaScript – Difference Between [] and {}Last updated Jan 22, 2021 | Java Script
-
Startup 2021: Messaging App DevelopmentLast updated Jan 23, 2021 | Mobile Tech
-
Selection Sort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
Quicksort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
What Are The Best Programming Languages for Game Development?Last updated Jan 20, 2021 | Blog
-
Qfusion 3D Open Source Game EngineJan 19, 2021 | Blog
-
How to Read and Write Excel Files in C#Last updated Jan 19, 2021 | C# Programming Tutorials
-
The Pyrogenesis RTS and 3D Game EngineLast updated Jan 17, 2021 | Blog
-
Fundamental Principles of Data Integration for Database AdministratorsLast updated Jan 12, 2021 | Blog
-
What Makes Houseparty a Safe, Fun Way to Connect in 2021Last updated Jan 11, 2021 | Mobile Tech