In C++, we know that given a class pointer, we use the (->) arrow operator to access the members of that class, as seen here:
#include <iostream>
using namespace std;
class myclass{
...READ MORE
Aug 11, 2022
in C++
by
Nicholas
• 7,760 points
•
662 views