IntroductionHello readers, we discussed some basic introduction and concepts about Qt Test in my previous article. If you are new to the Qt Test, I recommend...

Introduction to Qt Test
What is Unit Testing ?Unit Testing is a process in which a way to test the small pieces of code that can be logically isolated from the system. Piece...

Validating Inputs using Qt
Introduction:
Validating the inputs is real and challenging task for the software developer. Users is always seem to type in inputs the developer did...

Lambda Expression in C++11
Introduction:
"A lambda expression, sometimes also referred to as a lambda function or (strictly speaking incorrectly, but colloquially) as a lambda,...

Type Inference in C++ (auto and decltype)
auto keyword:
Automatic deduction of data type of an expression in a programming language is called 'Type Inference'. Each data type need to be...

Null Pointers
A null value is a special value that means that the pointer is not pointing to anything. A pointer holding a null value is called a null pointer. In...

QTimer - How to work with timer
Introduction:
A timer is a specialized type of clock for measuring time intervals. In the software development, timer is used to call the particular...
Subscribe to:
Posts (Atom)