Guest User

Untitled

a guest
Jun 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. std::cout << sizeof(long long int) << "\n";
  6. }
  7.  
  8.  
  9.  
  10.  
  11. david@ubuntu:~/Documents/Programs$ gcc test.cpp -o test
  12. /tmp/ccNmYoiQ.o: In function `main':
  13. test.cpp:(.text+0xa): undefined reference to `std::cout'
Add Comment
Please, Sign In to add comment