Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

bartleby

Concept explainers

Question
100%
Create a class named Line:
(a) Define private data members p1 and p2 as pointer to Point objects (the
one we had in lectures), slope and length as double variables.
(b) Define setter and getter functions.
(c) Define a null-constructor that initializes numeric variables with zero and
allocate dynamic memory for points and initialize them to [0,0] as well.
(d) Overload a constructor that allocates memory for points, initilize them
with given arguments, and calculate the slope and length.
(e) Implement destructor, copy constructor and copy assignment operator.
(f) Create a function called ”parallel” that takes too Line objects, returns
true when given lines are parallel and returns false otherwise.
(g) Overload the less than (<) and greater than (>) and equality (==) operators (compare the length).
(h) Write a functions that reads lines in the format provided in the lines.txt
from the file (without any change) and stores them in a vector named Lines.
(i) Sort the objects of Lines vector in ascending order using the sort function from algorithm library.
(j) Extend the functionality of cin and cout for this class. For cin function
you need to define a template like [(x1,y1,),(x2,y2)], and ask user to enter
the entire input at once. Then you will parse the input, extract x1, y1,
x2, and y2 and create an object of Line with them.
Need help with (j) immedietly. Thanks.
Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education