After using the Project Editor to open a file in the Source Editor, you will edit the file by correcting the implementation error that occurs in it.
In the Project Editor
In the Project Tree, make sure that
complexlib.shared
is checkmarked, so that you
see the files in the project.
In the File List, double-click on
complex.C
to open the file in the Source Editor.
In the Source Editor
Choose Edit > Go To Line...
In the Goto dialog that appears, type
26
and press the Go To button.
You are now positioned at the line in which the variable
im
is assigned the incorrect
value.
Fix the error by changing
r
to
i
.
For changes to take effect, choose File > Save.