static and editing very rarely go together in one sentence.
Except when pointing out that static is static and can't be edited.
That's all you can do with a static variable.Qt Code:
static int myStaticInt = 5; cout << "my static int =" << myStaticInt;To copy to clipboard, switch view to plain text mode
Bookmarks