Thread: how do get help up when you create your own methods

  1. #1
    Registered User
    Join Date
    Nov 2010
    Posts
    19

    how do get help up when you create your own methods

    im using visual studio 2010


    im creating methods in a class.

    when i access the methods, i would like not only intelesence to help me compleate the methods i am calling but also some kind of comments to appear.

    i have seen it , but i not know how to impliment it . can anyone explain how to please

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    You mean something like compiler warnings, or runtime warnings?
    Devoted my life to programming...

  3. #3
    Registered User
    Join Date
    Nov 2010
    Posts
    19
    Quote Originally Posted by Sipher View Post
    You mean something like compiler warnings, or runtime warnings?

    no , erm .

    when you start using the methods , intellesences comes up telling you what kind of arguments are needed to be filled in , but there is also a way that more informartion can be baught up

  4. #4
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by Sipher View Post
    You mean something like compiler warnings, or runtime warnings?
    It sounds like he's talking about code tips and code completion....

  5. #5
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    Quote Originally Posted by thedodgeruk View Post
    no , erm .

    when you start using the methods , intellesences comes up telling you what kind of arguments are needed to be filled in , but there is also a way that more informartion can be baught up
    you need to add documentation to your methods... visual C++ documentation comments

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Create a file from c++ program
    By Dan17 in forum C++ Programming
    Replies: 2
    Last Post: 05-08-2006, 04:25 PM
  2. Lesson #5 - Methods
    By oval in forum C# Programming
    Replies: 1
    Last Post: 05-04-2006, 03:09 PM
  3. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  4. How to create a file association program?
    By eShain in forum Windows Programming
    Replies: 1
    Last Post: 03-06-2006, 12:15 PM
  5. How to Create reference to an array in C++
    By shiv_tech_quest in forum C++ Programming
    Replies: 2
    Last Post: 12-20-2002, 10:01 AM