|
by ElusiveTau
Turn-based Card Game Feature: Out-of-turn Trade Request [General C++ Programming]
|
|
|
|
[2 replies] Last: As I see it, you have three choices ( order of difficulty)
1) The si... (by AbstractionAnon)
|
|
by bkelly13
Need a starter project for Visual Studio 2022, C++, multiple dialogs [Windows Programming]
|
|
|
|
[3 replies] Last: The requirements for this smell a lot like a school/college assignment... (by George P)
|
|
by PeteDD
Constructor for derived class [General C++ Programming]
|
|
|
|
[11 replies] Last: Thank you all!
@SeePlus, Yes, exactly, thank you!
But what you're ... (by PeteDD)
|
|
by PeteDD
Adding methods to class via derived class [General C++ Programming]
|
|
|
|
[1 reply] : solved... but only in part...
added "MyNTP::" in .cpp
String MyNTP... (by PeteDD)
|
|
by JUANDENT
new versions of vcpkg don't seem to support classic mode!! [Windows Programming]
|
|
|
|
[3 replies] Last: Speaking of bugs with vcpkg....
A recent update to vcpkg apparently d... (by George P)
|
|
by seeplus
Convert string_view to string ref [General C++ Programming]
|
|
|
|
[3 replies] Last: Elwood P. Dowd is on stand-by. (by George P)
|
|
by JUANDENT
how tto run vcpkg package manager in classic mode? [Windows Programming]
|
|
|
|
[3 replies] Last: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg>vcp... (by JUANDENT)
|
|
by demhat
what can I do? [Beginners]
|
|
|
|
[4 replies] Last: thank you guys (by demhat)
|
|
by R1S8K
Clearing the window api [Windows Programming]
|
|
|
|
[5 replies] Last: When it comes to what's been drawn in an app's client area and whether... (by George P)
|
|
by adam2016
Threading implementation using setjmp.h [General C++ Programming]
|
|
|
|
[12 replies] Last: If the I/O thread makes an I/O request via a system call such as writ... (by AbstractionAnon)
|