get nullptr'd lol

This commit is contained in:
2024-03-04 11:54:27 -06:00
parent 9bbae8730d
commit 5088bded35
26 changed files with 1540 additions and 10 deletions

View File

@@ -0,0 +1,27 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/cppFiles/main.cc to edit this template
*/
/*
* File: main.cpp
* Author: caleb
*
* Created on March 4, 2024, 11:07 AM
*/
#include <cstdlib>
#include <iostream>
using namespace std;
#include "pointers1.h"
/*
*
*/
int main(int argc, char** argv) {
dereferencePointer();
if (p == nullptr)
return 0;
}