This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: can i use events in C++?
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: joaquim <cambalinho_83 at hotmail dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 28 Apr 2014 01:16:45 +0100
- Subject: Re: can i use events in C++?
- Authentication-results: sourceware.org; auth=none
- References: <1398632030634-1029575 dot post at n5 dot nabble dot com>
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.