the this keyword is used when pointing to this instance of something or this function... umm... look at this code:



class c1
{
c1(int var1, int var2)
{
// These assignments assign the...