This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: can i use events in C++?


On 28 April 2014 19:49, joaquim wrote:
>
>
> Jonathan Wakely-4 wrote
>> On 27 April 2014 21:53, joaquim wrote:
>>> i'm trying do 1 thing with C++ that it's kill me :(
>>> how can i create a class derived from other, and change the functions
>>> outside the class without re-declare them?
>>> (for use '::' ouside the main function in these way: void
>>> classname::functionname(){//somthing})
>>
>> I don't know what you're trying to do, but this isn't the right mailing
>> list.
>
>
> i'm 100% new in these forum....
> Moderator: please change the mailing list, if you can.

There is no moderator, you just need to send mails to the right mailing list.

Your question is not about libstdc++ so is off-topic here. It's not
even about GCC, so is off-topic on any GCC lists. Try a general C++
programming forum, or somewhere like StackOverflow.com, or a C++
channel on IRC.

What you're trying to do is not possible, you can't define a function
that you haven't declared.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]