Demystifying Cyclomatic Complexity

What is Cyclomatic complexity – explained with example how to calculate cyclomatic complexity. It's the measure of your testing efforts and to determine the complexity of a piece of code or functionality.

Read More »
Software Guides
Riazul Islam

Concluding Thoughts on Successful Agile Implementation

This is the concluding part of this series. Those who are in process to switch to Agile, this series is a set of some very practical tips learned from the own experience of the author while implementing Agile by overcoming all the obstacles in the way.

Read More »

Demystifying Type Conversions in C++

This explicit tutorial will brief you all about Type Conversions in C+++. Convertion of one datatype to another is called type conversion or type-casting. C++ supports two types of type conversions: Implicit type conversion and Explicit type conversion

Read More »