 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
babyip Guest
|
Posted: Fri Oct 13, 2006 9:10 am Post subject: visual c++ 6 comment question |
|
|
Hello, does vc++ 6 provide a fastest way to comment multiple lines using a
shortcut-key function?
For example, in vs2005, I can comment multiple lines using CTRL+K+C
shortcut-key, how can i do this in vc++6?
Please advise. |
|
| Back to top |
|
 |
Salt_Peter Guest
|
Posted: Fri Oct 13, 2006 9:10 am Post subject: Re: visual c++ 6 comment question |
|
|
babyip wrote:
| Quote: | Hello, does vc++ 6 provide a fastest way to comment multiple lines using a
shortcut-key function?
For example, in vs2005, I can comment multiple lines using CTRL+K+C
shortcut-key, how can i do this in vc++6?
Please advise.
|
What does the question have to do with C++?
/*
comment
*/ |
|
| Back to top |
|
 |
David Harmon Guest
|
Posted: Fri Oct 13, 2006 9:10 am Post subject: Re: visual c++ 6 comment question |
|
|
On Fri, 13 Oct 2006 16:04:41 +0800 in comp.lang.c++, "babyip" <babyip_at_hot_mail_dot_com> wrote,
| Quote: | Hello, does vc++ 6 provide a fastest way to comment multiple lines
|
Multi-line comments are done by preceding them
with /* and following with */
Please read the welcome message posted twice per week in comp.lang.c++ under the subject "Welcome to comp.lang.c++! Read this first." or available at
http://www.slack.net/~shiva/welcome.txt |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|