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 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

    while, generally, the Keil informtion is complete, is is horribly difficult to find what you are looking for.
    Thus, for a product, you are familiar with (in your case the C51) you are able to guess several search words and will, eventually, hit one that lead you to the information you are looking for. This, of course is not true for a product you are not familiar with.

    However there should be no need for Keil to document "strcmp funtion usage" since that is standard C.

    Erik

    PD MDK is also 'Keil"

Reply
  • 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

    while, generally, the Keil informtion is complete, is is horribly difficult to find what you are looking for.
    Thus, for a product, you are familiar with (in your case the C51) you are able to guess several search words and will, eventually, hit one that lead you to the information you are looking for. This, of course is not true for a product you are not familiar with.

    However there should be no need for Keil to document "strcmp funtion usage" since that is standard C.

    Erik

    PD MDK is also 'Keil"

Children