How to find a lower straight in a subarray without sorting |
|
[3 replies] Last: Rather than sorting, put the die into a bitmap. Shift the bitmap down... (by dhayden)
|
by JUANDENT
is there a way to write a metafunction is_container?
|
|
[4 replies] Last: thanks!! (by JUANDENT)
|
by AAAbb7
"if" statement not showing cout
|
|
[2 replies] Last: Don't use equality for floating point numbers. Due to the way that the... (by seeplus)
|
by DeezyM89
How do you find the min and max of user input number?
|
|
[4 replies] Last: You were close with L22! You need: cout << "Min = " << min ({ g... (by seeplus)
|
by Hawlong
how write decimal number __asm
|
|
[2 replies] Last: eax isnt loaded at this point beacuse it's hooking ,Thank you very muc... (by Hawlong)
|
by jstechg
Convert string with datetime value to one with date and time in C/C++ on Visual Studio
|
|
[3 replies] Last: http://www.cplusplus.com/reference/ctime/strftime/ #include <iostrea... (by lastchance)
|
by GeorgeSnyder
problem passing string to a function
|
|
[3 replies] Last: Thanks to "lastchance" it works. I guess when I upgraded to Windows 1... (by GeorgeSnyder)
|
by DeezyM89
If Statements With Multiple conditions
|
|
[2 replies] Last: Duplicated: http://www.cplusplus.com/forum/general/282093/ PLEASE le... (by deleted account xyzzy)
|
by DeezyM89
If Statements With Multiple conditions
|
|
[1 reply] : Duplicate: http://www.cplusplus.com/forum/general/282076/ Don't doubl... (by deleted account xyzzy)
|
Trouble shooting slow computer |
|
[4 replies] Last: Also look at Task Manager to see what else is running and what cpu/io ... (by seeplus)
|
by Shubham2000
How to get ANSI value for char in C++
|
|
[4 replies] Last: C++20 adds a nice feature with <format> 's formatting library, simila... (by deleted account xyzzy)
|
by Jack6789
Getting lnk1120 error message
|
|
[7 replies] Last: > My cell phone automatically capitalizes the first letter. I forgot t... (by salem c)
|
by LeninYT
How to compile into a custom file format?
|
|
[2 replies] Last: On unix I think executable is just a flag on a file, and extension is ... (by jonnin)
|
by Elliander
Too many array elements?
|
|
[16 replies] Last: [quote=thmm]I forgot about... Welcome to my "world." I more often th... (by deleted account xyzzy)
|
by Jack6789
I get error message frames missing and/or incorrect, no symbols loaded
|
|
[5 replies] Last: In an even more practical sense, if your program is useful enough to b... (by salem c)
|
by BJKY0712
namespace traceback
|
|
[6 replies] Last: In VS, F12 and Ctrl+F12 on a variable/name lets it go to "Definition" ... (by Ganado)
|
by ahicks217
Text-based Game
|
|
[11 replies] Last: Nice work! some little things to help you in the future. What you ha... (by jonnin)
|
by maher23
user Register information using do-while loop
|
|
[9 replies] Last: Without using operator>> overload for stream reading, then: #includ... (by seeplus)
|
by LakySimi1
How deform two 2D images to be correctly seen with 3D headset?
|
|
[4 replies] Last: UPDATE: I've bought a "VR Box", one very cheap smartphone support, and... (by LakySimi1)
|
by frek
Thread exercise
|
|
[4 replies] Last: Or use std:osyncstream with C++20 https://en.cppreference.com/w/cpp/he... (by seeplus)
|