get nullptr'd lol
This commit is contained in:
8
Assignments/pointers/main.cpp
Normal file
8
Assignments/pointers/main.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
#include "pointers1.h"
|
||||
|
||||
int main() {
|
||||
int * p = dupParameter(7);
|
||||
std::cout << &p << std::endl;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user