Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. g++ -Wall -std=c++0x -c "Valentine.cpp" (in directory: /home/tsearcher/Skype)
  2. Valentine.cpp: In constructor ‘employee::employee(char*, long int, float)’:
  3. Valentine.cpp:25:19: warning: statement has no effect
  4. Valentine.cpp: In function ‘int main()’:
  5. Valentine.cpp:38:46: warning: deprecated conversion from string constant to ‘char*’
  6. Compilation finished successfully.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement