get nullptr'd lol
This commit is contained in:
20
Assignments/Pointers_CalebFontenot/pointers1.h
Normal file
20
Assignments/Pointers_CalebFontenot/pointers1.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||
* Click nbfs://nbhost/SystemFileSystem/Templates/cppFiles/file.h to edit this template
|
||||
*/
|
||||
|
||||
/*
|
||||
* File: pointers1.h
|
||||
* Author: caleb
|
||||
*
|
||||
* Created on March 4, 2024, 11:18 AM
|
||||
*/
|
||||
|
||||
#ifndef POINTERS1_H
|
||||
#define POINTERS1_H
|
||||
|
||||
void dereferencePointer();
|
||||
int * createAnIntegerOnHeap(int x);
|
||||
|
||||
#endif /* POINTERS1_H */
|
||||
|
Reference in New Issue
Block a user