Guest User

Untitled

a guest
Jun 19th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. c++ 1:
  2. line--> 9
  3. strncpy(Buffer, argv[1], 9);
  4.  
  5. c++2:
  6. 6
  7. printf("%s", argv[1]);
  8.  
  9. c++3:
  10. 21
  11. scanf("%9s",buffer);
  12.  
  13. c++4:
  14. 12
  15. cout<<"Enter phrase: "; cin.getline(s,50);
  16.  
  17. c++5:
  18. 12
  19. if(iSecondNum == 0 || (iFirstNum == INT_MIN && iSecondNum == -1))
  20.  
  21. c++6:
  22. 7
  23. int WriteToArray(int* array, int iSize, unsigned int Index, int iData)
  24.  
  25. ASP1:
  26. 3
  27. id = CLng(Request("ID"))
  28.  
  29. ASP2:
  30. 11
  31. username = Replace(Request.Form("uname"), "'", "''")
  32. 12
  33. password = Replace(Request.Form("pword"), "'", "''")
Add Comment
Please, Sign In to add comment