This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

About MDK‘s help’

I am a beginner of MDK,but I am very familiar with Keil for C51 and it has been in use.So i feel kind of KEIL's product.But when I begin to use MDK,I find it's help
is not useful.I even can't find easy information,E.g.:int type is in bytes,and strcmp funtion usage.I don't know what to do .Please help me.Thank you very much.

Parents
  • I have to agree with the OP. I also come from C51 and for someone like me who gets into major software projects only about every five years or so, it was a real help to just have to put the cursor over a library element, press F1 and get the declaration and example. I really miss that. Flicking through Kernighan/Ritchie is much slower.

    My dream would be something like Intellisense (Visual Studio), especially when dealing with e.g. the ST Standard Peripheral Library. Are there any Keil competitors who have that?

Reply
  • I have to agree with the OP. I also come from C51 and for someone like me who gets into major software projects only about every five years or so, it was a real help to just have to put the cursor over a library element, press F1 and get the declaration and example. I really miss that. Flicking through Kernighan/Ritchie is much slower.

    My dream would be something like Intellisense (Visual Studio), especially when dealing with e.g. the ST Standard Peripheral Library. Are there any Keil competitors who have that?

Children