domingo, septiembre 27, 2009

6.096 Introduction to C++ (MIT)



Enviado por Programacion a través de Google Reader:






This course is designed for undergraduate and graduate students in science, social science and engineering programs who need to learn fundamental programming skills quickly but not in great depth. The course is ideal for undergraduate research positions or summer jobs requiring C++. It is not a class for experienced programmers in C++. Students with no programming background are welcome. Topics include control structures, arrays, functions, classes, objects, file handling and simple algorithms for common tasks. This course is offered during the Independent Activities Period (IAP), which is a special 4-week term at MIT that runs from the first week of January until the end of the month.



Cosas que puedes hacer desde aquí:



El Libro de la Cuarta edicion de C del autor Herbert Schiltd. Es una fuente de consulta necesaria para la compresión de cada uno de los siguiertes elementos.
  • Estructuras de contro seleccion.
  • Estructuras de Control.
  • Desarrollo de Funciones.
  • La libreria estandar.

lunes, septiembre 21, 2009

What is C++0x?

Iso album coverImage via Wikipedia


C++0x is the informal name for the next version of the C++ Standard. While the standard expected until late 2010 many features are now well defined. More details may be found on the ISO committee website. A good place to start would be: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2705.html
Reblog this post [with Zemanta]