Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Thanks to you,it's for a friend he's spamming me ^^'
Posted
Comments
CPallini 30-Nov-14 11:48am    
Could you please elaborate?
Richard MacCutchan 1-Dec-14 3:59am    
Why not spam him back.
Stefan_Lang 1-Dec-14 4:19am    
The only context in which "bind" does mean anything with respect to C++ is the linker, and I doubt that's what your friend is talking about. So better have him ask here and describe the problem more concisely.

1 solution

Do you mean declare or define a method in a class?

For example:

class SomeObject{
public:
void DoSomething();
};

void SomeObject::DoSomething(){
 //method code
}
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900