Sunday, February 25, 2018

C++ program to cast a char * object to a class A object.

#include <iostream>
#include <cstring>
using namespace std;
class A {
public: char *str;



A(char s[20] = 0 ) {str=s;}



};
int main() {
    char input[20];
    cin >> input;
    // char * to A
    const A& a = static_cast<A>(input);
    strcat(a.str, "-success");
    cout << a.str;
    return 0;
}

Thanks
Happy programming !

No comments:

Post a Comment

Sacred Thought

28 April 2024 Today I am going to explain verse 31 - 38 chapter two for you all. There is no opportunity better than a righteous war (सत्य औ...