quiero continuar en lo que nos quedamos no respecto al curso si no a lo ultimo.
The meaning of an empty function parameter list in C++ is dramatically different than in C. In C, it means all argument checking is disabled (i.e., the function call can pass any arguments it wants). In C++, it means that the function explicitly takes no arguments. Thus, C programs using this feature might cause compilation errors when compiled in C++.
esto incluso esta escrito despues de ser estandarizado c++... y pues fue estandarizado despues que c, viene en un libro de D&D y es del 2006