Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 620 results for
mutators
- Page 1
sorting without using mutators
Programming
Software Development
14 Years Ago
by aaronmk2
… there is a way to do this without using sets (
mutators
)? Code is below. using System; using System.Collections.Generic; using…
Re: sorting without using mutators
Programming
Software Development
14 Years Ago
by Momerath
I'm not sure what you are asking here. You do things in a very odd way and you've hard coded some of the values that shouldn't be. Can you explain more about what you do/don't want to do? And you have an error in Display.
Re: sorting without using mutators
Programming
Software Development
14 Years Ago
by aaronmk2
What is my error is Display? The program runs.
Re: sorting without using mutators
Programming
Software Development
14 Years Ago
by ddanbe
Could you explain what a Z is? Your code seems a direct translation from C++.
Re: sorting without using mutators
Programming
Software Development
14 Years Ago
by aaronmk2
Z is a random integer that is tested to see where it falls in the range of x and y. The reason why it looks like it was translated from C++ is because all the previous classes I took were in C++.
Homework: Exceptions and Loading
Programming
Software Development
13 Years Ago
by 24x24
… penalty kick rate * percentage. It uses basic
mutators
to construct the object. Public * accessors are available… penalty kick rate * percentage. It uses basic
mutators
to construct the object. Public * accessors are available… first name, * last name, points scored. Basic
mutators
are used to construct the object. * It requires…
help with few errors
Programming
Software Development
18 Years Ago
by chubbywubba
…const Room& node); // Operator ~Room(); // Destructor/Destroyer //
Mutators
void setActive (); // Gets the console ready to draw the minesweeper…(); int getDepth (); int getX (); int getY (); int getZ (); //
Mutators
void upsize (); void downsize (); void setActive (); void printDimentions (int x…
Re: help with few errors
Programming
Software Development
18 Years Ago
by chubbywubba
…const Room& node); // Operator ~Room(); // Destructor/Destroyer //
Mutators
void setActive (); // Gets the console ready to draw the minesweeper…(); int getDepth (); int getX (); int getY (); int getZ (); //
Mutators
void upsize (); void downsize (); void setActive (); void printDimentions (int x…
Re: help with few errors
Programming
Software Development
18 Years Ago
by chubbywubba
…const Room& node); // Operator ~Room(); // Destructor/Destroyer //
Mutators
void setActive (); // Gets the console ready to draw the minesweeper…(); int getDepth (); int getX (); int getY (); int getZ (); //
Mutators
void upsize (); void downsize (); void setActive (); void printDimentions (int x…
Re: help with few errors
Programming
Software Development
18 Years Ago
by chubbywubba
…; node); // Operator ~Room(); // Destructor/Destroyer //
Mutators
void setActive (); // Gets the console ready to draw… (); //Gets the number for the depth //
Mutators
void create (); //Will create a 3Dimentional grid…getDepth (); int getX (); int getY (); int getZ (); //
Mutators
void upsize (); void downsize (); void setActive (); void printDimensions…
Re: help with few errors
Programming
Software Development
18 Years Ago
by ~s.o.s~
… (const Room& node); // Operator ~Room(); // Destructor/Destroyer //
Mutators
void setActive (); // Gets the console ready to draw the minesweeper… (); int getDepth (); int getX (); int getY (); int getZ (); //
Mutators
void upsize (); void downsize (); void setActive (); void printDimensions (int x…
Re: help with few errors
Programming
Software Development
18 Years Ago
by chubbywubba
…& operator= (const Room& node); // Operator ~Room(); // Destructor/Destroyer //
Mutators
void setActive (); // Gets the console ready to draw the minesweeper… (); int getCol (); int getDepth (); int getX (); int getY (); int getZ (); //
Mutators
void upsize (); void downsize (); void setActive (); void printDimensions (int x…
Inheritance homework problem
Programming
Software Development
15 Years Ago
by smachee
… string). • A constructor and appropriate accessors and
mutators
. • A toString method that displays the ship’… int). • A constructor and appropriate accessors and
mutators
. • A toString method that overrides the toString method… int). • A constructor and appropriate accessors and
mutators
. • A toString method that overrides the toString …
inheritance, polymorphism, and virtual functions
Programming
Software Development
15 Years Ago
by jdpjtp910
… was built (string) constructor and accessors and
mutators
virtual print that displays ship name and year … max. # of passengers (int) constructor accessors and
mutators
. A print function that overrides the print function in …capcity in tonnage (int) constructon, accessors, and
mutators
. print function that overrides the print function in base…
Controlled Break help please
Programming
Software Development
14 Years Ago
by ThomasNeedsHelp
…this.payPerPiece = ppp; calcGross(); super.calcTax(); super.calcNet(); } //
Mutators
public void calcGross(){ this.getEmpRec(); this.empRec.gross = this.numPieces…(){ this.getEmpRec(); this.empRec.gross = this.salary; } //
Mutators
public EmployeeRecord getEmpRec() { return new EmployeeRecord(this.empRec); } …
Re: Constructors not allowed a return type
Programming
Software Development
14 Years Ago
by yongj
…, int vers, string testa, string txt); here //
Mutators
[/code] [code=c++] //Bible::Bible(string nam,…, int vers, string testa, string txt); //
Mutators
void setName(string nam); void setChapter(int chapt);…testa, string txt) //Initialize to any size { } //
Mutators
void Bible::setName(string nam) { name = nam; //Change…
why am i getting this error
Programming
Software Development
18 Years Ago
by tyczj
…; // root of tree int size; // number of elements in tree //
Mutators
- called by public methods bool insert(BST_Node* &subRoot, Key…* &parent, BST_Node* &foundNode); // given key-data, find node //
Mutators
bool insert(); // take input from user-keyboard bool insert(Key…
help with some errors
Programming
Software Development
18 Years Ago
by whoknows101
…; // root of tree int size; // number of elements in tree //
Mutators
- called by public methods bool insert(BST_Node* &subRoot, BST_Node…;foundNode); // given key-data, find node bool findKey(Key key); //
Mutators
bool insert(); // take input from user-keyboard bool insert(Key…
Re: help with some errors
Programming
Software Development
18 Years Ago
by ~s.o.s~
…; // root of tree int size; // number of elements in tree //
Mutators
- called by public methods bool insert(BST_Node* &subRoot, BST_Node…;foundNode); // given key-data, find node bool findKey(Key key); //
Mutators
bool insert(); // take input from user-keyboard bool insert(Key…
Re: help with some errors
Programming
Software Development
18 Years Ago
by whoknows101
…; // root of tree int size; // number of elements in tree //
Mutators
- called by public methods bool insert(BST_Node* &subRoot, BST_Node…;foundNode); // given key-data, find node bool findKey(Key key); //
Mutators
bool insert(); // take input from user-keyboard bool insert(Key…
c++ coding assignment!
Programming
Software Development
17 Years Ago
by lilmiss
… minimum): [LIST] [*][I][B]Accessors[/B][/I] and [I][B]
Mutators
[/B][/I] for each field (instance member). For example: [B…/Pics%20for%20All%20Classes/15a_Ass7_pic.jpg[/IMG] Make sure all
mutators
, constructors and other methods that affect private data adequately test…
Need help on pointers/classes/arrays
Programming
Software Development
17 Years Ago
by mattp123
… r, int c); // Accessors int row() const; int col() const; //
Mutators
void move(); private: Arena* m_arena; int m_row; int m_col; }; class…(int r, int c) const; void display(string msg) const; //
Mutators
bool addRobot(int r, int c); bool addPlayer(int r…
Re: Combined accessor/mutator?
Programming
Software Development
16 Years Ago
by Narue
… you should avoid it. In the usual case, accessors and
mutators
break encapsulation anyway because 99% of them consist of a…. Personally, I think that an excessive number of accessors and
mutators
is indicative of a design flaw. You should be focused… simple as the tedium of a slew of accessors and
mutators
.
Re: Combined accessor/mutator?
Programming
Software Development
16 Years Ago
by Rashakil Fol
… the fuck is a "full" inheritance hierarchy?) Second,
mutators
are almost always a sign of design problems, unless your… problem provably requires
mutators
, but getters aren't. Well, if you have
mutators
that aren't provably necessary, it…
Re: semaphore.
Programming
Software Development
16 Years Ago
by ArkM
… semaphores are absolutely different beasts. Accessors and
mutators
are member functions. Semaphores are objects with special sets of … and values. In generally semaphores are rather types and accessors/
mutators
are essentially operations. So the question looks like [i]what…
Help with Classes and Doubly Linked Lists
Programming
Software Development
16 Years Ago
by sadiekins
…Pub, int Year ) { setTitle( BookTitle ); //
Mutators
setAuthor( AuthorName ); setGenre( GenreType ); setPublisher( …Pub, int Year ) { setTitle( BookTitle ); //
Mutators
setAuthor( AuthorName ); setGenre( GenreType ); setPublisher( …
Create a class containing 2D array of Chars?
Programming
Software Development
15 Years Ago
by ihatestarch
…Sweeper(char b); //constructors Sweeper(); void set(char b); //
mutators
void set_box(char b); char get_box() const; //accessors friend…Sweeper() //default constructor { set('.'); } void Sweeper::set(char b) //
mutators
{ set_box(b); } void Sweeper::set_box(char box) { m_box[row][…
Re: Create a class containing 2D array of Chars?
Programming
Software Development
15 Years Ago
by VernonDozier
…Sweeper(char b); //constructors Sweeper(); void set(char b); //
mutators
void set_box(char b); char get_box() const; //accessors friend ostream…Sweeper(char b); //constructors Sweeper(); void set(char b); //
mutators
void set_box(char b, int rowNum, int colNum); char get_box…
Overload Boolean Comparison Operators
Programming
Software Development
15 Years Ago
by rkulp
…again: "; cin >> Gender; setGender(Gender); } } //
mutators
: bool FitnessTracker::setAge(int A) { if(A <= 0) return… double getWeight(); char getGender(); int getCaloriesBurned(); int getCaloriesConsumed(); //
mutators
: bool setAge(int A); bool setHeight(double H); bool setWeight…
Any clue how to start with this question??
Programming
Software Development
15 Years Ago
by fadia
… each field and validate its value in
mutators
. The setTime validates time by using individual
mutators
of fields. Add no-argument constructor…
1
2
3
11
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC