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

C51 Toolchain under Visual Studio IDE

I like this message very much, ohh! what's pitiful! it's 2 years ago. but I really hope the writer or someone can send VS51.exe. thanks!

My email
zeeman2003@hotmail.com

Parents
  • The automatic tools can at least allow you to rename the meaningless 'i' variable into something more describing, without accidentally touching several hundred other 'i' variables in the program.

    So automatic tools helps out when the initial developer has been lazy.

    If the initial variables already have 10-15 characters, then the number of clashes are few, in which case it will often be enough to do a recursive grep to find that a replace all is safe.

Reply
  • The automatic tools can at least allow you to rename the meaningless 'i' variable into something more describing, without accidentally touching several hundred other 'i' variables in the program.

    So automatic tools helps out when the initial developer has been lazy.

    If the initial variables already have 10-15 characters, then the number of clashes are few, in which case it will often be enough to do a recursive grep to find that a replace all is safe.

Children
No data