You can insert a string at a specific column on a range of lines using rectangular selections. For example, suppose you want to insert static in front of each of these lines:
int begin;
int end;
long balance;
Simply Control-drag to form a rectangular selection of zero width at the desired column, and either Paste, or start typing. The text will be inserted in each line at once.