We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello Forum, I wanna use nesting comments with µvision/C166. How to enable them? It is really annoying to work without them. Thanks - Peter N.B.: Nesting comments means something like this: /* bla bla /* This is bla */ blub blub */ All of this is a comment. Without nesting comments the comment would end just before "blub blub" and the second "*/" would end up with an error.
I used it with SAS/C and some Win-based Compiler we used at our university. I know, it isn't Ansi compliant, but there are som compiler (preprocessor) options to enable this style of comments. bye
I couldn't find a specific directive Peter, you can cheat and change even the character that'll be used as a comment for example.
/* traditional comment */ >>>> cheat comment <<<<