Fundamental question about main parameters...
- From: Sever P A <gnu sever gmail com>
- To: gtkmm-list gnome org
- Subject: Fundamental question about main parameters...
- Date: Tue, 30 Jun 2009 16:10:19 +0200
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]