https://github.com/raydelto/punteros_inteligentes
Implementación sencilla de punteros inteligencias (smart pointers) en C++
https://github.com/raydelto/punteros_inteligentes
Last synced: 3 months ago
JSON representation
Implementación sencilla de punteros inteligencias (smart pointers) en C++
- Host: GitHub
- URL: https://github.com/raydelto/punteros_inteligentes
- Owner: raydelto
- Created: 2024-10-29T01:36:13.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T01:36:54.000Z (8 months ago)
- Last Synced: 2024-10-29T02:28:30.256Z (8 months ago)
- Language: C++
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Punteros inteligentes
Simple implementación en C++ de punteros inteligencias (Smart pointers).