On Thu, 31 May 2012 11:58:58 +0200, Dejan Lekic <[email protected]> wrote:
  int function() fptr;
  //fptr = handleRequest; // will not work, because it is "understdood"
as:
                          // fptr = handleRequest();


Only without -property

Reply via email to