-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|478|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Link Home -> Useful Apps


 
Agent
Created : 06 October 2008
Edited : 07 May 2010

Deleted



|edit| deleted |edit|

 

Comments


Tuesday, 07 October 2008, 00:01
Phoenix
Looks interesting, I'll have a more thorough look at it later.
Tuesday, 07 October 2008, 06:26
mike_g
The OOP stuff sounds a bit like glib, which implements a lot of OOP features, which are handy for GUIs and stuff.

Still from what I have seen C cant do OOP properly. W/o function overloading you usually have to create a complex struct for each set of parameters for each callback which gets very tedious. Then theres also the scoping, casting and asserting.

Personally I'd rather use a language like Python for doing a GUI in, which can sit on top of C libraries such as Gtk.
Tuesday, 07 October 2008, 11:15
Phoenix
But this isn't C and it seems that this Ecere addresses your gripes with C. I haven't tried it yet, but I'll give it a fair chance and see if I like it.
Wednesday, 08 October 2008, 07:31
jerstlouis
Hey guys

eC does have virtual functions overloading and the like, and is particularly adapted to GUI, with things like properties. (I'd say even more so than Python)

Let me know if you need any help trying out Ecere

Jerome
Wednesday, 08 October 2008, 08:05
mike_g
Hmm. Looks like I got completely the wrong end of the stick there, lol.

I had a peek at some of the example code and it looks easy to work with and seems like it could be fun to play around with.

I don't really have the time to give this a good test atm, but would be interested to hear how people are finding it. Might even give it a go on the weekend.
Thursday, 25 December 2008, 13:04
steve_ancell
Phoenix Looks interesting, I'll have a more thorough look at it later.


Yeah, looks interesting socoder.net/index.php?topic=1348... De-Jar-Vue LOL

Let us know how you get on with it, I've not had time to have a propper play yet