Browse by Tags

Tagged Content List
  • Wiki Page: Cannot Run Active Directory Users and Computers (ADUC) Due to C++ Runtime Error (dsforum2wiki)

    Table of Contents Problem Resolution Problem When you try to open Active Directory Users and Computers tool you see the following error: Microsoft Visual C++ Runtime Library error; "The Application has requested the runtime to terminate it in a unusual way. Please contact...
  • Wiki Page: About size_t and ptrdiff_t

    Table of Contents Abstract Introduction size_t type ptrdiff_t type Portability of size_t and ptrdiff_t Safety of ptrdiff_t and size_t types in address arithmetic Performance of code using ptrdiff_t and size_t Code refactoring with the purpose of moving to ptrdiff_t and size_t References Abstract ...
  • Wiki Page: Explorando la API de Windows en C++: La función RegDeleteTree para eliminar todas las sub-claves y valores de una Clave (es-ES)

    Table of Contents RegDeleteTree Explorando resultados RegDeleteTree Esta función no es más que una forma recursiva que tiene la API de Windows para utilizar RegOpenKeyEx, RegEnumKeyEx (Aún no documentada aquí en Wiki) y RegDeleteKeyEx con el objetivo de abrir una Clave indicada en la función...
  • Wiki Page: Explorando la API de Windows en C++: La función RegDeleteKeyEx para eliminar claves de Registro (es-ES)

    Table of Contents RegDeleteKeyEx RegDeleteKeyEx Esta es realmente una función muy sencilla de utilizar, pero por supuesto demasiado útil, pues se encarga de eliminar una sub-clave especificada, pero a la vez todos los valores que se hayan creado. Nota: Es de vital importancia saber que...
  • Wiki Page: Explorando la API de Windows en C++: La función RegOpenKeyEx para abrir claves de Registro

    Table of Contents Explorando resultados Extraído del post original en mi blog. Volviendo a lo que espero sea una larga serie de artículos sobre la API de Windows , hemos visto al detalle ya cómo utilizar las funciones de RegCreateKeyEx para crear una sub-clave de registro y RegSetValueEx...
  • Wiki Page: Explorando la API de Windows en C++: Mi primer Valor de Registro utilizando las funciones RegCreateKeyEx y RegSetValueEx (es-ES)

    Table of Contents RegCreateKeyEx y RegSetValueEx, mejor juntas El resultado Extraído del post original en mi blog. La función RegSetValueEx Si nos vamos atrás, y recordamos La Estructura del Registro de Windows como nos indica la documentación oficial, la información está dividida o estructura...
  • Wiki Page: Explorando la API de Windows en C++: Creando mi primera clave de Registro con la función RegCreateKeyEx (es-ES)

    Table of Contents Creando la primera App de Win32 Para crear y configurar nuestro proyecto: Acerca de RegCreateKeyEx Creando nuestra primera clave de Registro Extraido del post original en mi blog. La primera función con la que quiero empezar, se llama RegCreateKeyEx , y es básicamente...
  • Wiki Page: Books for Developers

    This topic is a recommended reading. This article indicates a suggested or recommended reading that will provide you with accurate and important informations for a better understanding of the covered topic. Table of Contents Introduction .NET General ADO.NET ASP.NET Best Practices...
  • Wiki Page: How To: Create Your First Form Application in C++

    NOTE : This article is a stub . Please add content to fill it in. This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. This is intended to...
  • Wiki Page: 20 Modern Visual C++ Best Practices

    Table of Contents Introduction Best Practices Introduction This is a workspace for the Tech Ed 2013 North America and Tech Ed 2013 Europe talk, " 20 Modern Visual C++ Best Practices ", a collaboration with the wider Visual C++ and C++ communities including...
  • Wiki Page: C++ Survival Guide

    This is a curated survival guide for C++ development organized by the community and people exactly like you. Use the information below to find your way to relevant content or jump in and contribute links to a blog, video, code sample, or other helpful information for the new or experienced C++ developer...
  • Wiki Page: Microsoft Visual C++ Survival Guide

    This is a curated survival guide for Microsoft Visual C++. It is organized by the community and people exactly like you. Use the information below to find your way to relevant content or jump in and contribute links to a blog, video, code sample, or other helpful information for the new or experienced...
  • Wiki Page: C++

    NOTE : The links in this article are external to TechNet Wiki. Visual C++ is Microsoft's IDE product for the C, C++, and C++/CLI programming languages. Visual C++ 2010 provides a powerful and flexible development environment for creating Microsoft Windows–based and Microsoft .NET–based...
Page 1 of 1 (13 items)
Can't find it? Write it!