Menu

#93 auto-complete no working with c++ object define with '()'

None
fixed
2013-10-27
2013-07-22
Jing
No

When I define a class with default constructor and a constructor with argument for example
a class call Employee.

Employee emp1; //auto-complete working when type "emp1."
Employee emp2(int,int); //auto-complete not showing after type "emp2."

Discussion

  • orwelldevcpp

    orwelldevcpp - 2013-10-27
    • status: open --> fixed
    • Milestone: -->
     
  • orwelldevcpp

    orwelldevcpp - 2013-10-27

    Fixed in 5.5.0 and newer.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.