Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: wally on April 11, 2009, 12:45:03 pm

Title: code completion
Post by: wally on April 11, 2009, 12:45:03 pm

is there a way to get the methods and properties of an
object during coding, similar as code completion does ?

regs wally

   
Title: Re: code completion
Post by: ollydbg on April 11, 2009, 02:14:36 pm

is there a way to get the methods and properties of an
object during coding, similar as code completion does ?

regs wally

   

Which do you mean by "Get the methods and properties of an object".
Can you give more detail?
Title: Re: code completion
Post by: wally on April 11, 2009, 03:14:29 pm

similar to VB or Gambas ...
e.g. gauge->SetValue()
SetValue is an method of gauge object, right ?