Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. 1>------ Build started: Project: charronr_DataStructures, Configuration: Debug Win32 ------
  2. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(387,5): warning MSB8028: The intermediate directory (Debug\) contains files shared from another project (Project1.vcxproj). This can lead to incorrect clean and rebuild behavior.
  3. 1>StudentList.cpp
  4. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(27): error C3867: 'std::vector<std::string,std::allocator<_Ty>>::size': non-standard syntax; use '&' to create a pointer to member
  5. 1> with
  6. 1> [
  7. 1> _Ty=std::string
  8. 1> ]
  9. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(27): error C3861: 'GenerateRandomIDs': identifier not found
  10. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(29): error C3867: 'std::vector<int,std::allocator<_Ty>>::size': non-standard syntax; use '&' to create a pointer to member
  11. 1> with
  12. 1> [
  13. 1> _Ty=int
  14. 1> ]
  15. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(29): error C2446: '<': no conversion from 'unsigned int (__thiscall std::vector<int,std::allocator<_Ty>>::* )(void) noexcept const' to 'int'
  16. 1> with
  17. 1> [
  18. 1> _Ty=int
  19. 1> ]
  20. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(29): note: There is no context in which this conversion is possible
  21. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(50): error C3867: 'std::vector<int,std::allocator<_Ty>>::begin': non-standard syntax; use '&' to create a pointer to member
  22. 1> with
  23. 1> [
  24. 1> _Ty=int
  25. 1> ]
  26. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(50): error C3867: 'std::vector<int,std::allocator<_Ty>>::end': non-standard syntax; use '&' to create a pointer to member
  27. 1> with
  28. 1> [
  29. 1> _Ty=int
  30. 1> ]
  31. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(50): error C2672: 'std::find': no matching overloaded function found
  32. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(82): error C3867: 'std::vector<std::string,std::allocator<_Ty>>::size': non-standard syntax; use '&' to create a pointer to member
  33. 1> with
  34. 1> [
  35. 1> _Ty=std::string
  36. 1> ]
  37. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(82): error C2446: '<': no conversion from 'unsigned int (__thiscall std::vector<std::string,std::allocator<_Ty>>::* )(void) noexcept const' to 'int'
  38. 1> with
  39. 1> [
  40. 1> _Ty=std::string
  41. 1> ]
  42. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(82): note: There is no context in which this conversion is possible
  43. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(96): error C3867: 'std::vector<int,std::allocator<_Ty>>::begin': non-standard syntax; use '&' to create a pointer to member
  44. 1> with
  45. 1> [
  46. 1> _Ty=int
  47. 1> ]
  48. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(96): error C3867: 'std::vector<int,std::allocator<_Ty>>::end': non-standard syntax; use '&' to create a pointer to member
  49. 1> with
  50. 1> [
  51. 1> _Ty=int
  52. 1> ]
  53. 1>c:\users\rober\source\repos\project1\project1\studentlist.cpp(96): error C2672: 'std::find': no matching overloaded function found
  54. 1>Generating Code...
  55. 1>Skipping... (no relevant changes detected)
  56. 1>Student.cpp
  57. 1>Done building project "Project1.vcxproj" -- FAILED.
  58. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement