C++- struct and memcpy

Objectives:

  • cross-talk between two struct object with memcpy function;
  • struct initiation in an external block
  • Dot operator in struct and address of operator
  • Code : teststructExtBlock2.txt

 

Step: 1 Create a project

Step: 2 Create a source File

Step: 3 Edit the code

Step: 4 Run time View