Ldoum456
On this page, you find all documents, package deals, and flashcards offered by seller ldoum456.
- 31
- 0
- 2
Community
- Followers
- Following
33 items
Build your program in C++
An instruction manual on how to build your program better.
- Package deal
- • 13 items •
- Class notes Problem Solving and Programming 2 (CSC275) • Class notes
- Class notes Problem Solving and Programming 2 (CSC275) • Class notes
- Class notes Problem Solving and Programming 2 (CSC275) • Class notes
- Class notes Problem Solving and Programming 2 (CSC275) • Class notes
- Class notes Problem Solving and Programming 2 (CSC275) • Class notes
- And more ….
An instruction manual on how to build your program better.
Calculus 2 Notes
My notes for Calculus 2 from Fall 2017.
- Package deal
- • 18 items •
- Class notes Calculus 2 (MTH122) Essential Calculus, ISBN: 9781133710875 • Class notes
- Class notes Calculus 2 (MTH122) Essential Calculus, ISBN: 9781133710875 • Class notes
- Class notes Calculus 2 (MTH122) Essential Calculus, ISBN: 9781133710875 • Class notes
- Class notes Calculus 2 (MTH122) Essential Calculus, ISBN: 9781133710875 • Class notes
- Class notes Calculus 2 (MTH122) Essential Calculus, ISBN: 9781133710875 • Class notes
- And more ….
My notes for Calculus 2 from Fall 2017.
Class notes Problem Solving and Programming 2 (CSC275)
Manage your program into modules. Each class interface and their function definitions are on separate files. The main file connects all of the files together.
- Package deal
- Class notes
- • 6 pages •
Manage your program into modules. Each class interface and their function definitions are on separate files. The main file connects all of the files together.
Class notes Problem Solving and Programming 2 (CSC275)
Make a data type that can hold multiple variables and access them. Does not provide security like classes can.
- Package deal
- Class notes
- • 8 pages •
Make a data type that can hold multiple variables and access them. Does not provide security like classes can.
Class notes Problem Solving and Programming 2 (CSC275)
A bit vague set of notes for polymorphism. Basically you can have the class be represented in more than one form.
- Package deal
- Class notes
- • 6 pages •
A bit vague set of notes for polymorphism. Basically you can have the class be represented in more than one form.
Class notes Problem Solving and Programming 2 (CSC275)
Build-a-class. Self explanatory. Comes with some exercises.
- Package deal
- Class notes
- • 9 pages •
Build-a-class. Self explanatory. Comes with some exercises.
Class notes Problem Solving and Programming 2 (CSC275)
Syntactic sugar. Just extra stuff you can use but don't have to.
- Package deal
- Class notes
- • 4 pages •
Syntactic sugar. Just extra stuff you can use but don't have to.
Class notes Problem Solving and Programming 2 (CSC275)
Make sub classes that depend on the main class. Instead of having multiple classes that each have nearly identical functions and attributes, make a base class that holds the main stuff and have the other classes use them. Great for handling avoidable bugs.
- Package deal
- Class notes
- • 4 pages •
Make sub classes that depend on the main class. Instead of having multiple classes that each have nearly identical functions and attributes, make a base class that holds the main stuff and have the other classes use them. Great for handling avoidable bugs.
Class notes Problem Solving and Programming 2 (CSC275)
C++ syntax for dynamic memory allocation.
- Package deal
- Class notes
- • 3 pages •
C++ syntax for dynamic memory allocation.
Class notes Problem Solving and Programming 2 (CSC275)
Have a function or class work with any type. No rewrites.
- Package deal
- Class notes
- • 3 pages •
Have a function or class work with any type. No rewrites.