auto-complete no working with c++ object define with '()'
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
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."
Fixed in 5.5.0 and newer.