Guest User

mypaste

a guest
Jan 16th, 2020
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. (base) akash@akash-HP-14-Notebook-PC:~/vsstudio$ g++ first.cpp
  2. first.cpp: In function ‘int main()’:
  3. first.cpp:3:14: warning: ISO C++ forbids converting a string constant to ‘char*[-Wwrite-strings]
  4.   char *ptr = "Hello";
  5.               ^~~~~~~
  6. (base) akash@akash-HP-14-Notebook-PC:~/vsstudio$ echo $?
  7. 0
  8. (base) akash@akash-HP-14-Notebook-PC:~/vsstudio$
Add Comment
Please, Sign In to add comment