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 purpose of declaring a variable as unsigned?

2 Answers  


what is the difference between the codes written in the document class and view class

1 Answers  


Is it safe to uninstall microsoft visual c++ 2008 redistributable?

0 Answers  


What is a copy constructor? What is the need for it?

0 Answers  


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

0 Answers  






Do you need microsoft visual c++?

0 Answers  


What is difference between c++ and visual c++?

0 Answers  


What is odbc in vc ++?

0 Answers  


What is microsoft visual c++ runtime library error?

0 Answers  


What is the difference between serialization and deserialization?

4 Answers   Cap Gemini, HCL, MBT,


What is the difference between turbo c++ and visual c++?

0 Answers  


Where can I find microsoft visual c++ on my computer?

0 Answers  


Categories