Suppose I have created a class new with arguments.I have declared this as object new1 in the main.
new new1(arguments).
Now what should i do if i want to change the values of new1 object's arguments.

GreenDay2001
Recommended Answers
Jump to PostSuppose I have created a class new with arguments.
You can't do this.
new
is a C++ keyword. You can't create classes or variables with keywords as names.I have declared this as object new1 in the main.
new new1(arguments). Now what should i do if i want to change the …
All 4 Replies
WolfPack 491 Posting Virtuoso Team Colleague

GreenDay2001
Infarction 503 Posting Virtuoso

GreenDay2001
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.