General C++ Programming - May 2023 (Page 2)

Problems linking with purge virtuals
3>lib2.lib(GAME.obj) : error LNK2019: unresolved external symbol "public: virtual void __cdecl GAME::Allocate_Title(void)" (?Allocate_Title@GAME@@UEAAXXZ) re...
May 3, 2023 at 12:48pm
[6 replies] Last: Thank you. That's what I missed. (by AbstractionAnon)
by PeteDD
Still stuck.... vector of structures with std::function and virtual class methods.
Skip to last reply... I still get a few error messages I can't resolve. Anyone able to help? Thanks! Two parts... First the explanation then, in the "...
May 3, 2023 at 9:43am
[11 replies] Last: I guess there is real shortcut for experience. One way to improve your... (by coder777)
Is there integer typedef like size_t for signed values?
Like std::size_t is either 32 or 64 bits wide, depending on compilation, is there an equivalent for signed integers? Preferably in std namespace. In windows...
May 1, 2023 at 8:14pm
[5 replies] Last: ssize_t exists in POSIX standard, not C/C++ standard: https://pu... (by kigar64551)
May 2023 Pages: 12
  Archived months: [apr2023] [jun2023]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.