User profile: lostbits

User info
User name:lostbits
Old user name:aschwarz
Name:Arthur (lostbits) Schwarz
Location:Irvine, CA
Bio:Software architect/designer/developer/coder on Aeorospace, Automobile application in embedded, desktop Linux and Windows systems.
History
Joined:
Number of posts:18
Latest posts:

Where is getopt
At the moment, I am using Visual Studio (only because Netbeans 12.4 seems to be having difficulty wi...

Where is getopt
Does anyone know where to find getopt?

How do I avoid a nonstatic reference error
@Ganado Ahem (also, "Aho") you're right. What I eventually did is to riff off of you and just pass ...

How do I avoid a nonstatic reference error
@Ganado x is not a member of class Y. x is a member of class X and has public visibility. I would li...

How do I avoid a nonstatic reference error
The following code: [code]class X { public: const X& x; class Y { void func() { x.run();...