- 1). Right-click the CPP file you want to edit. Click "Open With," then click your C++ compiler to load the code.
- 2). Create the global variables at the top of your file. You create the global variables directly under the "include" statements that add the header files to the code. The following code creates a global variable:
int myvar; - 3). Press the "Ctrl" and "S" keys to save the changes.
previous post