Waitrud Weber’s blog

things and reminders for memories

3d: windows-make: we are going to check if all funtions are worked well in simply Main.cpp or not.

We are going to check if all funtions are worked well in simply Main,cpp or not.

  

Table1. Simple works on the practice on the code. 

1   winmain_001.cpp Main.cpp    
2

 vCalculation->

scalize

 x  v  3/10 [1] 
3  convert_model_lines  v  v  3/10 [2]
4  create_model_lines    v   3/11 [3]
5          
6          
7          

[1] 3d: windows-make: the reason that we can not display is nothing on the code. - Waitrud Weber’s blog (hatenablog.com)

[2]3d: windows-make: creation of functions and considered another function. - Waitrud Weber’s blog (hatenablog.com)

[3]3d: windows-make: How do we check if the array is allocated or not in C code ? - Waitrud Weber’s blog (hatenablog.com)

 

 Table2. Global static declaration relates to  

1   lines lines_2D    
2

convert_model_lines

param param  3/10 [4] 
3          
4          
5          
6          
7          

*
lines and lines_2D are difined as global static.

convert_model_lines has parameters to receive them as arguments.

[4]

* letter "v" is qualified.