Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Use combination of section and column:width to arrange text in multipl multiple columns.( Border is displayed for clarity.)

...

Section
bordertrue
Column
width45

B. this text is in the left column

define everything only once per program. E.g. if 2 independent classes work on the same array declare its dimension in an independent header file included by both. Later  you will change dimension of this array and forget to edit one of 7 headers - it will cost you a day to find who is writing over memory of other class member.

Column
width45

C. this text & figure is in the right column 

Image Added

write your code to mach to the input format rather than convert input file to another format with 3rd party software just so you can read it as you like. Say convert 2D array in to one vector. In the future you may need to do it 10,000 times - it is wast of timeImage Removed

D. now we write again in wide single column

...