Add time using structures in C++

  • C++ Source Code: C++ Programming Concepts
Add time using structures in C++

This is a C++ implementation of adding time using structures. A structure is a convenient tool for handling a group of logically related data items. Structure…

Best free C and C++ programming courses online

  • Blog

This article presents a list of C and C++ programming courses which are freely available online on different university websites in the form of OpenCourseware.

Test Driven Development for Embedded C

  • Programming Books on Programming Languages

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…

Cracking the Coding Interview: 150 Programming Interview Questions and Solutions

  • Programming Books on Programming Languages

The book "Cracking the Coding Interview" is a comprehensive guidebook designed to help individuals prepare for technical interviews at top-tier technology companies such as Google,…

iPhone and iPad Apps for Absolute Beginners (Getting Started)

  • Programming Books on Programming Languages

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…

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

  • Blog

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…

Ten tips on improving your programming skills

  • Blog

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…

Web Applications Security

  • Blog

At my present job I am responsible for web applications administration and security. I lead automation team in all implementation aspects, including project management, process…

Little known features of C/C++

  • Blog

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…

50 C++ Interview Questions

  • Blog

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,…