I need help with step one I provide the information and background in pictures below







![getline C fin, line 1); if (fin. cof()) break; ptv->title = new char(linel. length+1]; Stropy-sCoty->title, Linel.length2 +1,](http://img.homeworklib.com/questions/0c754050-4e2f-11eb-ad70-bd8cf8d62a83.png?x-oss-process=image/resize,w_560)
![count <<DB[i]+ year<< <<DB[i]> genre<< <<DB[i]> Suntime<< <COBLi] → pic<< <COBCIJ ► direclor; count << endl; rehiro](http://img.homeworklib.com/questions/0d2a9dc0-4e2f-11eb-a0e5-33d4ebb7773b.png?x-oss-process=image/resize,w_560)
I need help with step one I provide the information and background in pictures below We...
Concurrent Key-Value Database Implement a non-persistent, concurrent key-value database using the Reader/Writers algorithm. - Use a hashmap as the underlying data structure. Inspiration is ok, however the implementation must be yours. The hashmap must be able to grow to fit new elements, but it does not need to reduce its size. -- Linked lists? Positional arrays? All are fine. - Keys and values are strings (char *) - Operations are: get, put Provided files: - Implement the contract set in...
C++ assignment help! The instructions are below, i included the main driver, i just need help with calling the functions in the main function This assignment will access your skills using C++ strings and dynamic arrays. After completing this assignment you will be able to do the following: (1) allocate memory dynamically, (2) implement a default constructor, (3) insert and remove an item from an unsorted dynamic array of strings, (4) use the string class member functions, (5) implement a...
I need help solving this question from the practice final exam given to us to prepare for the final in C++ #include <iostream> using namespace std; /* The following is code for an OrderedCollection container and its related iterator. The container has a capacity determined by a constructor parameter. The container does not grow. Code that adds elements to the container ensures that the capacity of the container is never exceeded. An attempt to add an item to a full...
Need help for C program. Thx #include <stdio.h> #include <string.h> #include <ctype.h> // READ BEFORE YOU START: // This homework is built on homework 06. The given program is an updated version of hw06 solution. It begins by displaying a menu to the user // with the add() function from the last homework, as well as some new options: add an actor/actress to a movie, display a list of movies for // an actor/actress, delete all movies, display all movies,...
I need help with
parts b and c. The second two pictures are for reference.
KElectric Potential and Capacitance Problem 18.67 Part B From your plot in Part A, determine the magnitude of the charge Express your answer in nanocoulombs to two significant figures. nC Submit Part C From your plot in Part A, determine the position of the charge Express your answer in meters to two significant figures ΑΣΦ blem 18.67 poaitive point charge Q is placed at a...
those pictures are for the one question, please answer all of
them. Thanks!
We were unable to transcribe this imageb. Combine or aggregate the data for the junior and senior years into one crosstabulation as follows: Combined 2-Year Batting A. Fealey Outcome Hit No Hit Total At Bats Calculate each player's batting average for the combined two years. E. Janson Junior/Senior Years Allison Fealey Emily Janson Which player should be awarded the scholarship? Select your answerY Explain. The input in...
I NEED HELP IN MAZE PROBLEM. Re-write the following program using classes. The design is up to you, but at a minimum, you should have a Maze class with appropriate constructors and methods. You can add additional classes you may deem necessary. // This program fills in a maze with random positions and then runs the solver to solve it. // The moves are saved in two arrays, which store the X/Y coordinates we are moving to. // They are...
i need help ASAP with step 1,2,3,4,5 and 6 thank
you
The table below gives the age and bone density for five randomly selected women. Using this data, consider the equation of the regression line, y-+bf predicting a woman's bone density based on her age. Keep in mind, the correlation coefficient may or may not be statistically significant for the data gven Remember, i practice, it would not be appropriate to use the regression line to make a prediction if...
I need help with this C code Can you explain line by line? Also can you explain to me the flow of the code, like the flow of how the compiler reads it. I need to present this and I want to make sure I understand every single line of it. Thank you! /* * Converts measurements given in one unit to any other unit of the same * category that is listed in the database file, units.txt. * Handles...