Hey, throwing a quick question in here:
Is there a way to get the value at a cursor's location?
For instance, the cursor is at {0,20} and I decide to do
cout<<"Foo"
then I move my cursor to {0,10} do something else and then come back to {0,20}, and I want to know what I wrote earlier, because I want to use that char/string in my next function.
So, to reiterate, is there a way to get the value written at a cursor's location?