Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8631777
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:15:51+00:00 2026-06-12T09:15:51+00:00

I am just wondering which one is the format I have to write comments

  • 0

I am just wondering which one is the format I have to write comments in functions so they display when hovering over the function with the mouse.

something like

void myfunct(int a; char b, float c);

This function just messes with the variables with no objective 
but to show people from stack overflow what I mean.
Inputs-> a: does nothing
         b: neither this one
         c: nope

So when I use the functions in a big project I don’t need to go looking for what was that specific function for or what was that variable’s meaning.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T09:15:52+00:00Added an answer on June 12, 2026 at 9:15 am

    if you think of something like C# or VB that show description of parameters and function, there is no such thing in MSVC, but Microsoft have an special format for code comments as follow that you can use for generating help:

    /// <summary>
    /// summary of variable, function, class or any thing else
    /// </summary>
    /// <remarks>
    /// detailed description of object
    /// </remarks>
    /// <param name="a">description of a</param>
    /// <param name="b">description of b</param>
    /// <param name="c">description of c</param>
    /// <returns>describe return value of function</returns>
    

    when you compile your code it will generate an XML document that can be used to generate help documents.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just thinking about my page titles and wondering which one to have keyword |
We've got several Flex projects, one of which has just been refactored. I'm wondering
I was just wondering while programming. I have got a rootViewController which creates an
I am just wondering whether is it possible to display number in digital format.
I'm just learning C and was wondering which one of these I should use
I'm just wondering which one is better, or more recommended for processing form data.
I was just wondering which would be cheaper, using a try catch block for
I'm just wondering which method is the most effective if I'm literally just wanting
I'm new to rails. Just wondering which is the better approach that will return
I am currently working on a web application. I was just wondering which has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.