AnyaGl / oop

Лабы по ООП
0 stars 0 forks source link

Замечания по программе CMyString #13

Closed alexey-malov closed 3 years ago

alexey-malov commented 4 years ago
1>------ Build started: Project: MyString, Configuration: Debug x64 ------
2>------ Build started: Project: MyStringTests, Configuration: Debug x64 ------
2>MyString.cpp
2>MyStringTests.cpp
1>MyString.cpp
1>MSVCRTD.lib(exe_main.obj) : error LNK2019: unresolved external symbol main referenced in function "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ)
1>C:\teaching\oop-labs\gladysheva\oop\labs\lab5\MyString\x64\Debug\MyString.exe : fatal error LNK1120: 1 unresolved externals
1>Done building project "MyString.vcxproj" -- FAILED.
alexey-malov commented 4 years ago

https://github.com/AnyaGl/oop/blob/1a4fe40392a892c3119fc503a50d5802b0c6d874/labs/lab5/MyString/MyString/MyString.cpp#L114-L124

alexey-malov commented 4 years ago

https://github.com/AnyaGl/oop/blob/1a4fe40392a892c3119fc503a50d5802b0c6d874/labs/lab5/MyString/MyString/MyString.cpp#L126-L155

alexey-malov commented 4 years ago

https://github.com/AnyaGl/oop/blob/1a4fe40392a892c3119fc503a50d5802b0c6d874/labs/lab5/MyString/MyString/MyString.cpp#L157-L160

alexey-malov commented 4 years ago
alexey-malov commented 4 years ago
alexey-malov commented 4 years ago