Fundamental question about main parameters...



Hello,

In my app. main.cc, there is something like...

---
int main(int argc, char *argv[])
{
   Gtk::Main kit(argc, argv);
   Class object;
   Gtk::Main::run (object);
   return 0;
}
---

It would seems a fundamental C++ programming question but, I'd like to
ask you for the best way  to transfer the main parameters values to
"Class" member vars...

Could help ?

S.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]