I'm a beginner as far as c++ is concernt.I want help using user defind funtions

Recommended Answers

All 6 Replies

Hi everyone,
If you are using mvc + + then right click on the class you want to add a function to on the class view tab and select add member function. Once there include the type(ie. int, long), declaration(ie. whatever(int a, int b) and whether the function is to be private(to be used only whithin its own class) or public(to be used by other classes as well)

Yours Sincerely

Richard West

Hi everyone,
If you are using mvc + + then right click on the class you want to add a function to on the class view tab and select add member function. Once there include the type(ie. int, long), declaration(ie. whatever(int a, int b) and whether the function is to be private(to be used only whithin its own class) or public(to be used by other classes as well)

Yours Sincerely

Richard West

:?: can you please check the problem iposte yesterday and please try it explain to me how to those functions hlokzila NO :idea:

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.