How do you define a function in vc++?



How do you define a function in vc++?..

Answer / dinesh

to add a function in a class in vc++ environment
we can select the class view properties then right click at
the class and then click on add method or function.

or we can simply add the declaration in .h file
and definition in cXX file

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More VC++ AllOther Interview Questions

What is the RGB macro used for?

1 Answers  


What is a transparent image?

1 Answers  


What is the use of message map? Advantages of a message map.

0 Answers  


How do I create an mfc application in vc++?

0 Answers  


Can I uninstall visual c++?

0 Answers  


How do I get rid of microsoft visual c++ runtime library error?

0 Answers  


What is the use of DDV and DDX routines ?

4 Answers   TCS,


What is a microsoft visual c++ 2008 redistributable?

0 Answers  


What is microsoft visual c++ 2015 redistributable package x64?

0 Answers  


How do I change visual code font?

0 Answers  


What is a mnemonic?

1 Answers  


How do I fix microsoft visual c++ 2015 setup failed?

0 Answers  


Categories