FileMood

Download C++ For C developers

For developers

Name

C++ For C developers

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.4 GB

Total Files

109

Hash

7AEA05421BA77B00714E9863EDD749C2E1C716EB

/Module 1: C++ as a Better C/

1.1 Overview and Course Organization.mkv

72.6 MB

1.10 Generics.mkv

29.2 MB

1.2 Getting Started.mkv

22.1 MB

1.3 Converting a C Program to C++.mkv

27.5 MB

1.4 Using C++ Code.mkv

28.0 MB

1.5 C++ Improvements.mkv

21.8 MB

1.6 C++ Advantages.mkv

40.5 MB

1.7 C++ is Better Than C.mkv

25.8 MB

1.8 C Swap Function.mkv

14.0 MB

1.9 Swap Function in C++.mkv

20.3 MB

Module1.pdf

1.7 MB

/Module 2: C++: Basics of Generics and Classes/

2.1 C++ Generics and Functions.mkv

18.0 MB

2.10 C++ Point.mkv

29.8 MB

2.2 Multiple Template Arguments.mkv

12.0 MB

2.3 Graph Theory & Algorithms.mkv

14.5 MB

2.4 Graph as a Data Structure.mkv

13.2 MB

2.5 Dijkstra Shortest Path.mkv

20.5 MB

2.6 C++ Creating Types.mkv

7.1 MB

2.7 Enum & Operator Overloading.mkv

4.8 MB

2.8 Example: typedef days.mkv

19.3 MB

2.9 Natural Way to Build Widgets.mkv

10.1 MB

Module2.pdf

1.2 MB

/Module 3: C++ and OO; Lists/

3.1 C++ Classes & Object Orientation.mkv

21.0 MB

3.10 Deep vs. Shallow Copy.mkv

33.8 MB

3.11 Destructor.mkv

13.9 MB

3.12 Dynamic Data Structures in STL.mkv

31.5 MB

3.2 Point and its Constructor.mkv

34.7 MB

3.3 More Constructors.mkv

24.6 MB

3.4 Using Dijkstra's Algorithm.mkv

42.5 MB

3.5 The is-connected Algorithm.mkv

39.1 MB

3.6 Complex Aggregates - Lists.mkv

21.9 MB

3.7 List.mkv

34.9 MB

3.8 Print() Chaining.mkv

18.0 MB

3.9 More Elaborate List.mkv

11.9 MB

Module3.pdf

1.5 MB

/Module 4: Minimum Spanning Tree & Standard Template Library/

4.1 MST.mkv

44.9 MB

4.10 More Code.mkv

9.9 MB

4.11 C++11 Feature: Statement.mkv

23.1 MB

4.12 STL Input File.mkv

23.6 MB

4.13 Iterators Categories.mkv

40.5 MB

4.14 Output a Random Graph.mkv

44.1 MB

4.2 Jarnik-Prim MST.mkv

36.7 MB

4.3 Jarnik-Prim MST: Another Look.mkv

36.0 MB

4.4 Kruskal's Algorithm.mkv

25.0 MB

4.5 Overloading and Function Selection.mkv

97.9 MB

4.6 STL and STL C++11.mkv

37.5 MB

4.7 STL Example.mkv

15.0 MB

4.8 C++11 Feature: auto.mkv

16.0 MB

4.9 Vector Methods.mkv

28.3 MB

Module4.pdf

1.6 MB

/Module 5: C++ 11 Standard; Containers, Iterators and Algorithms/

5.1 Second Half Overview.mkv

39.5 MB

5.10 STL: Algorithms Library.mkv

23.1 MB

5.11 Non-mutating Algorithm.mkv

24.5 MB

5.12 Lambda Expressions; for_each Function.mkv

36.2 MB

5.13 Numerical Algorithms.mkv

19.0 MB

5.14 Function Objects.mkv

26.1 MB

5.2 New in C++11.mkv

16.8 MB

5.3 Standard Template Library.mkv

28.1 MB

5.4 Iterator Categories.mkv

30.3 MB

5.5 Example Poker Probability.mkv

76.9 MB

5.6 Bidirectional Iterator.mkv

21.8 MB

5.7 Random Access Iterator.mkv

18.6 MB

5.8 STL: Overview of Containers.mkv

32.5 MB

5.9 Associative Containers.mkv

34.7 MB

Module5.pdf

1.5 MB

/Module 6: Hex, the game and C++ Inheritance/

6.1 Tic-Tac-Toe to Hex.mkv

59.5 MB

6.10 The Inheritance Mechanism.mkv

36.7 MB

6.11 A Derived Class: grad_student.mkv

62.5 MB

6.12 Students and Graduate Students.mkv

39.1 MB

6.13 Virtual Function Selection.mkv

32.4 MB

6.14 Confusion with Overloading.mkv

15.7 MB

6.2 Homework Basic Hex Program.mkv

16.4 MB

6.3 Basics of Inheritance.mkv

39.7 MB

6.4 Traits and Inheritance.mkv

24.8 MB

6.5 Virtual Member Functions.mkv

33.1 MB

6.6 C++ Feature: 'final'.mkv

5.5 MB

6.7 Topics on Inheritance.mkv

3.2 MB

6.8 Hex Overview.mkv

46.9 MB

6.9 One Style for a 11x11 Hex Graph.mkv

16.6 MB

Module6.pdf

1.9 MB

/Module 7: Min-Max and C++11 Classes; Alpha-beta and Polish/

7.1 Creating a C++11 Class.mkv

32.7 MB

7.10 Abstract Base Class = 0 Notation.mkv

24.9 MB

7.11 Tree Constructors.mkv

28.8 MB

7.2 Some Further Constructors.mkv

16.4 MB

7.3 'Move' Constructor.mkv

54.0 MB

7.4 Lookahead.mkv

36.2 MB

7.5 Plausible Move Generator.mkv

75.2 MB

7.6 alpha-beta Algorithm Preview.mkv

14.4 MB

7.7 alpha-beta Improvement to Min Max.mkv

45.9 MB

7.8 Polish Notation.mkv

28.4 MB

7.9 Referential Garbage Collection.mkv

55.9 MB

Module7.pdf

1.5 MB

/Module 8: Monte Carlo Evaluation; the C++11 Standard/

8.1 Assertion & Exception Handling.mkv

97.2 MB

8.10 C++11 Standard.mkv

48.7 MB

8.11 Thread.mkv

40.9 MB

8.12 <tuple> C++11 New Library.mkv

46.5 MB

8.13 The Bigger Picture.mkv

51.3 MB

8.14 Factory Method.mkv

21.9 MB

8.15 Factory Code; C++ 11 Example.mkv

10.3 MB

8.16 Adapter Pattern.mkv

23.0 MB

8.2 Monte Carlo.mkv

54.7 MB

8.3 Basic Monte Carlo Idea.mkv

27.3 MB

8.4 Simple Idea for Generating Board.mkv

68.2 MB

8.5 MC - Go (2006).mkv

90.4 MB

8.6 Asserts and Exceptions.mkv

82.6 MB

8.7 Static Asserts - New C++11 Feature.mkv

43.7 MB

8.8 Exceptions.mkv

49.5 MB

8.9 C++11 & Design Patterns.mkv

87.9 MB

Module8.pdf

1.9 MB

 

Total files 109


Copyright © 2025 FileMood.com