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

Search:

Type: Posts; User: sunnykumar4434

Search: Search took 0.01 seconds.

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

    Yes, how would I go on doing that?
  2. Re: Changing an object's property through console

    It's a part for an assignment for my class and one of the questions is to achieve such a functionality.
  3. Re: Changing an object's property through console

    Just a way so that given a class, its member variables can be edited no matter what new class a user enters.
  4. Changing an object's property through console

    Working on a console application and I am trying to figure out a way that allows users to enter an object property along with a value. For example


    class Box{
    public:
    int height;
    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured