May 2020

Exceptional Server in C++ - Hacker Rank Solution

Exceptional Server in C++ - Hacker Rank Solution Problem Your friend set up a small computational server that p...

CodeWorld19 29 May, 2020

Inherited Code in C++ - Hacker Rank Solution

Inherited Code in C++ - Hacker Rank Solution Problem You inherited a piece of code that performs username validation for y...

CodeWorld19 29 May, 2020

Virtual Functions in C++ - Hacker Rank Solution

Virtual Functions in C++ - Hacker Rank Solution Problem This problem is to get you familiar with virtual functions. Cre...

CodeWorld19 29 May, 2020

Box it! - Hacker Rank Solution

Box it! - Hacker Rank Solution Problem Design a class named Box whose dimensions are integers and private to the class. Th...

CodeWorld19 27 May, 2020

Classes and Objects - Hacker Rank Solution

Classes and Objects - Hacker Rank Solution Problem A class defines a blueprint for an object. We use the same syntax to d...

CodeWorld19 26 May, 2020

Attribute Parser in C++ - Hacker Rank Solution

Attribute Parser in C++ - Hacker Rank Solution Problem We have defined our own markup language HRML. In HRML, each ele...

CodeWorld19 26 May, 2020 1

Structs in C++ - Hacker Rank Solution

Problem struct is a way to combine multiple fields to represent a composite data structure, which further lays the...

CodeWorld19 25 May, 2020

StringStream in C++ - Hacker Rank Solution

StringStream in C++ - Hacker Rank Solution Problem stringstream is a stream class to operate on strings. It ba...

CodeWorld19 23 May, 2020