Previous Next
Opening and editing the file (Windows only)

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

  1. In the Project Tree, make sure that complexlib.shared is checkmarked, so that you see the files in the project.
  2. In the File List, double-click on complex.C to open the file in the Source Editor.
In the Source Editor
  1. Choose Edit > Go To Line...
  2. 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.
  3. Fix the error by changing r to i .
  4. For changes to take effect, choose File > Save.