Search found 105 matches

by redj
Wed Feb 23, 2011 8:06 pm
Forum: Introductions
Topic: Hi from Chicago area
Replies: 2
Views: 24563

Re: Hi from Chicago area

Thank you for introducing yourself Richard!
Welcome to the Ecere community! :-)

-redj
by redj
Wed Feb 09, 2011 11:31 am
Forum: eC Language
Topic: Operator Overloading (Missing feature?)
Replies: 1
Views: 10464

Operator Overloading (Missing feature?)

Question from JF:
Operator overloading?

Note that A little introduction to eC mentions operator overloading.

-redj
by redj
Wed Feb 09, 2011 11:30 am
Forum: eC Language
Topic: Class types and memory allocation
Replies: 3
Views: 14279

Class types and memory allocation

Question from JF:
Beyond the type of class, Is there a way to choose if an instance of a class should reside on the stack of the heap when the class is instantiated, à la C++?

-redj
by redj
Wed Feb 09, 2011 11:29 am
Forum: eC Language
Topic: Static methods (::) and this
Replies: 3
Views: 14297

Static methods (::) and this

Question from JF:
Do static method (::) have a 'this' parameter passed? Looking at the generated code, it seems to be the case. Is there such a concept as a 'static' (singleton?) class, like GlobalApplicationSettings?

-redj
by redj
Wed Feb 09, 2011 11:28 am
Forum: eC Language
Topic: Variable declaration at begining of code block
Replies: 3
Views: 14012

Variable declaration at begining of code block

Question from JF:
Are you obliged to declare your variable at the start of a block?

-redj
by redj
Wed Feb 09, 2011 11:27 am
Forum: General Help
Topic: Ecere Flavors (vanilla, tight, ecere, ecereCOM)
Replies: 2
Views: 11389

Ecere Flavors (vanilla, tight, ecere, ecereCOM)

Question from JF:
What is ecere-vanilla as opposed to 'regular' ecere?

-redj
by redj
Wed Feb 09, 2011 11:25 am
Forum: eC Language
Topic: class_property
Replies: 1
Views: 9938

class_property

Question from JF:
What is the purpose of class_property(...)?

-redj
by redj
Wed Feb 09, 2011 11:25 am
Forum: eC Language
Topic: default private public
Replies: 2
Views: 12744

default private public

Question from JF:
What does private and default mean at the source level (outside a class)?

-redj
by redj
Wed Feb 09, 2011 11:24 am
Forum: eC Language
Topic: namespace
Replies: 1
Views: 9943

namespace

Question from JF:
How do namespace work in Ecere? I see them declared, but not used in the imports or code.

-redj
by redj
Wed Sep 15, 2010 7:58 am
Forum: General Help
Topic: New Ecere SDK pre-release September 5, 2010
Replies: 13
Views: 105591

Re: New Ecere SDK pre-release September 5, 2010

Sanyaade, About the portable version, I asume you've been to the Portable Ecere SDK topic. You are familiar with portableapps.com? You know what they are? Would that work for you? Or did you mean another kind of portable application like a .zip archive you just extract somewhere and you can run the ...