C++ 代写

cmpt 135 Assignment 2- An Object-oriented Dynamic String Array

Assignment 2: An Object-oriented Dynamic String Array Your task is to use object-oriented programming to implement a vector-like class called str_vec . One of it’s major features is that it completely (and correctly!) manages its own memory, similar to a vector . Getting Started Put all your code for this assignment into a2.cpp. Implement all […]

cmpt 135 Assignment 2- An Object-oriented Dynamic String Array Read More »

CS2201 Project 1

CS2201 Assignment No. 1 Purpose: Gain experience in using and manipulating arrays, particularly partially-filled arrays. Background on DNA, Restriction Enzymes, and PCR: This background is interesting, but not really needed to do the assignment. There are some good stories here, but if you want to get to the assignment, you can skip this stuff. In

CS2201 Project 1 Read More »