Author Topic: Function arguments hints  (Read 3146 times)

buzzie114

  • Guest
Function arguments hints
« on: December 14, 2018, 02:17:38 pm »
Hello. I am new here, and i am learning c++ programming in code::blocks. My question is how do it enable function argument hints like in the following screen shot
https://gyazo.com/fac42e39b3d56d5bf158379565b01c61.

I tried to find in the settings how to enable it, but didn't find anything. The following screen shot shows what i get when i try to see the hints.
https://gyazo.com/fe9ecc1a3cc3a6f6edf136efd2346bdd

As you can see it only gives me a, b, c, d, etc.  which doesn't tell me much.

Thanks.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Function arguments hints
« Reply #1 on: December 14, 2018, 02:45:49 pm »
This comes from the source code of your compiler/framework if your mingw compiler only uses a,b,c,d to define the macro, the hint of codeblocks can only show this. If your framework provider puts nice names into it codeblocks can show them... Nothing we can do here...