My C++ program is not compiling. Please explain how you fixedwith detailed inline comments. I am using Visual Studio 2017. It’sa character count program that keeps and displays a count of allthe upper, lower case and digits in a .txt file. The requirement isto use classes to implement it.
—————————————————————–HEADERFILE -Text.h———————————————————————————————
/* Header file contains only the class declarations and methodprototypes. Comple class definitions will be in the classfile.*/
#ifndef TEXT_H
#define TEXT_H
#include <string.h>
class Text {
private:
//string line; // Only primitive datatypes are allowedin a Header file. String class objects are not allowed in Headerfiles.
char ch;
int upperCasecount, lowerCaseCount, digitCount;
public:
//Default constructor that
PayPal Gateway not configured
PayPal Gateway not configured