User defined functions

Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jul 2004
Posts: 3
Reputation: MAPONYA is an unknown quantity at this point 
Solved Threads: 0
MAPONYA MAPONYA is offline Offline
Newbie Poster

Re: C++

 
0
  #1
Jul 29th, 2004
I'm a beginner as far as c++ is concernt.I want help using user defind funtions
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 609
Reputation: freesoft_2000 is an unknown quantity at this point 
Solved Threads: 8
freesoft_2000 freesoft_2000 is offline Offline
Practically a Master Poster

Re: User defined functions

 
0
  #2
Jul 29th, 2004
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
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 6
Reputation: hlokzila is an unknown quantity at this point 
Solved Threads: 0
hlokzila hlokzila is offline Offline
Newbie Poster

Re: User defined functions

 
0
  #3
Jul 29th, 2004
Originally Posted by freesoft_2000
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
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 19
Reputation: basementcoder is an unknown quantity at this point 
Solved Threads: 1
basementcoder's Avatar
basementcoder basementcoder is offline Offline
Newbie Poster

Re: User defined functions

 
0
  #4
Jul 30th, 2004
http://www.cprogramming.com

they have a tutorial based on functions only... go there and click on tutorials in the navigation, then functions...
P.S. before you ask/make a new thread... GOOGLE IT!!!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 5505 | Replies: 3
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC