by nvthielen
scrollbar api32
|
|
[2 replies] Last: he newbieg, i used the example form the link but the SCROLLBAR stil... (by nvthielen)
|
by seeplus
Function consolidation
|
|
[7 replies] Last: Two overloads: #include <iostream> #include <string> #include <strin... (by JLBorges)
|
by Cambalinho
can i create my own array type?
|
|
[4 replies] Last: The 'typedef' and 'using' do not create "new type"; they define an al... (by keskiverto)
|
by JUANDENT
can we use vectors in compile time programming?
|
|
[6 replies] Last: > no way to construct a std::vector at compile time and make it surviv... (by JLBorges)
|
by Mobo01
How to determine the greatest sum of the smallest and second smallest items from all available subarrays
|
|
[5 replies] Last: Huh, craftier than the usual POS bots. Thanks for the heads up. (by Ganado)
|
by JUANDENT
why can an xvalue be an glvalue or a rvalue in C++17?
|
|
[10 replies] Last: There seems to be a difference between the built-in assignment operat... (by mbozzi)
|
by algmaster
Ulam conjecture (1,2)
|
|
[21 replies] Last: It's a frustrating problem: it's still a little arbitrary how many can... (by lastchance)
|
Initialize const with sum of array |
|
[6 replies] Last: Ganado What you can't do, however, is then use the result of TOTAL... (by Alejandro Antonio)
|
by Cambalinho
how use multithread inside a class? (1,2,3)
|
|
[52 replies] Last: i just need calculate the perspective on Start and the End line posit... (by coder777)
|
by Cplusc
reading txt file
|
|
[13 replies] Last: [quote=Cplusc] visual studio 2022 Visual Studio is notorious for havi... (by deleted account xyzzy)
|
by Cplusc
shared pointer
|
|
[2 replies] Last: @Peter87 Thanks for your answer. (by Cplusc)
|
by Hawlong
How to call a function inside a struct
|
|
[10 replies] Last: Thanks so much seeplus, MikeyBoy, kigar64551 I understand. Thank you... (by Hawlong)
|
by newbieg
Linking OnClick from data <xml>
|
|
[7 replies] Last: [quote=seeplus]Note that #pragma weak isn't supported by VS IIRC "#p... (by deleted account xyzzy)
|
by Cyclone
Colour glitch in code.
|
|
[15 replies] Last: https://www.colorhexa.com/color-names https://www.color-meanings.com/l... (by salem c)
|
by LukeProducts
get Elements of Recursion step-wise
|
|
[6 replies] Last: Thank you anyways. I worked out a even faster way to achieve so, and p... (by LukeProducts)
|
by helios
Hacking member accessibility
|
|
[12 replies] Last: I mean, that's just sensible IMO. That rule made no sense. (by helios)
|
by Cyclone
Combining 2 bits to get a single integer value
|
|
[11 replies] Last: Thanks Peter. I am gradually learning. Got it figured out somewhat. (by Cyclone)
|
by k80jugu
Confused on how to continue the rest of the code
|
|
[4 replies] Last: Also, if you do need/want the array, you can print the random numbers ... (by seeplus)
|