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 GA...
[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? Thank...
[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 fo...
[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.