CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: laserlight

Search: Search took 0.97 seconds.

  1. Re: Changing an object's property through console

    Oh, in that case, you have little choice other than to use "if else statements or hardcoding" (e.g., equivalently, a switch), unless you can change the class definition. If you can change the class...
  2. Re: Changing an object's property through console

    I suspect that instead of "class", you mean "object", i.e., you want to write code such that given an object of the Box class, the member variables of the object can be changed depending on the user...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured