C++ Template with Class: Non-Type Template

Objectives :

Step: 1 Create a project myClassTemplate2

Step: 2 Create a source file

Step: 3 Edit Source code : Note the errors

The scopes of all the members in a class, are private as default.

 

Step: 4 Runtime View

Step: 5b