About - Testing
Tf is this
Who tf am I
Me
Trynna migrate the notes to this portfolio. For the 3rd time maybe?
Code Block
1
2
3
4
5
6
7
8
9
10
11
#include <iostream>
#include <memory> // for smart pointers
int main() {
std::unique_ptr<int> ptr = std::make_unique<int>(42);
std::cout << "Value: " << *ptr << std::endl;
// no need to call delete; it auto-deletes when ptr goes out of scope
return 0;
}
Links and shit
My Github Or https://github.com/7ankalis
Images
Test:
This post is licensed under CC BY 4.0 by the author.