C and C++ Programming Resources

What You Need to Know About Ethereum Based Dapps

What You Need to Know About Ethereum Based Dapps

When it comes to blockchain technology, one of the most interesting uses so far has been in regard to Dapps. The applications that have been created range from blockchain based games, to a decentralised version of twitter, and even a voting platform.

What You Should Know About Call Centers

What You Should Know About Call Centers

Providing a satisfying customer experience is what makes or breaks any business. There are different ways through which our digital-driven world has managed to revolutionize call centers. If you are new to this world, here is everything you need to know about call centers.

PLIB – A Suite of Portable Game Libraries

PLIB – A Suite of Portable Game Libraries

PLIB is a set of multi-platform and open source libraries for the development of games. It is written by Steve Baker in 1997. PLIB is written in C++. It supports Windows, Linux, UNIX and MacOS. PLIB is licensed under Library GNU Public License (LGPL 2.0). The latest and the stable version of PLIB is v.1.8.5 that was released in October, 2006.

Knowledge: How to validate JSON data return is valid?

Knowledge: How to validate JSON data return is valid?

Beginning C++17
Master modern programming with Beginning C++17 – your gateway to building powerful, efficient, and future-ready applications!
View on Amazon

There are several scenarios where we need different types of JSON validation. In this article, we will cover the following. Here, we will have a look at how to validate incoming JSON data. To check if all required fields are present in the JSON and validate the data.