Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. IDE-Question: C++ != C#

IDE-Question: C++ != C#

Scheduled Pinned Locked Moved Visual Studio
visual-studioquestioncsharpc++html
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zqueezy
    wrote on last edited by
    #1

    heyhey, I gotta little question for you guys... actually I was quite happy with my VS-IDE... since today. there's some little feature I'm missing when programming in C++, and friends of mine told me that it's available in C# (in VS), so why not in C++??? here's the case: I wanted to document (for once) my function really nicely and found the /// <summary> /// blablabla /// </summary> Tags for documentation. Unfortunately the tooltip includes the "HTML"/xml-Tags in the tooltip when I mouseover/use the intellisense. Is that a bug or a feature? Can I get rid of it? I'd prefer an Eclipse-like or at least C#-style of view... any idea? thx in advance zqueezy

    K 1 Reply Last reply
    0
    • Z zqueezy

      heyhey, I gotta little question for you guys... actually I was quite happy with my VS-IDE... since today. there's some little feature I'm missing when programming in C++, and friends of mine told me that it's available in C# (in VS), so why not in C++??? here's the case: I wanted to document (for once) my function really nicely and found the /// <summary> /// blablabla /// </summary> Tags for documentation. Unfortunately the tooltip includes the "HTML"/xml-Tags in the tooltip when I mouseover/use the intellisense. Is that a bug or a feature? Can I get rid of it? I'd prefer an Eclipse-like or at least C#-style of view... any idea? thx in advance zqueezy

      K Offline
      K Offline
      Kevin McFarlane
      wrote on last edited by
      #2

      C++ doesn't support XML comments. (I think C++ in VS 2008 may?) However, regular style comments e.g., // have been supported since VC++ 6.0 e.g., // This is a method called DoIt. void DoIt() {} If you then type object.DoIt() you'll get the comment as Intellisense. Other than that there's a free tool called Doxygen you can use. But I've not tried it.

      Kevin

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups