Re: C++ Type System



On Mon, Aug 11, 2003 at 02:57:22PM +0200, Antonio Santiago wrote:

Sorry, I know this isn't the apropiate mail list, but this is a little
question:
 
Has C++ a dynamic or static type system? Or has it a hybrid type system?

C++ has static typing.  If you want dynamic typing, try the bindings for
python or ruby, or for one of the functional languages (erlang, scheme,
guile, ocaml, haskell, lisp).

Dave Cook



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]