C vs C++ vs Lisp (156)

70 Name: #!/usr/bin/anonymous : 2008-07-29 11:27 ID:Heaven

>>68
It's not about 'stack'.
C doesn't have a stack. It is required by the function that it knows the number of arguments.
So such code is possible:

int f(size_t argnum, ...)

It really has nothing to do with a 'stack'. You either talk about a specific machine or the ISO standard.

>>69

> Then it will confuse you as to why variables that hold objects are always the value of that object.

Do you mean... references?

> C++ fails at the model its most used for in the most far reacing and basic way.

C++ indeed fails for its size and complexity.
OOP fails for its design. OOP FAILS HARD.

This thread has been closed. You cannot post in this thread any longer.