by wouter140
Best ways of testing a custom allocator
|
|
[2 replies] Last: Thanks for the source, I had not found the Hoard memory allocator yet ... (by wouter140)
|
reading registry returns empty |
|
[2 replies] Last: string2wstring Why? Just use wide strings. The first thing I notic... (by Computergeek01)
|
by maxell233H
.rc file issues
|
|
[9 replies] Last: Disabling warnings is IMO using a nuke to swat a fly. Warnings are ge... (by deleted account xyzzy)
|
by Ganado
msvc zero-initialization
|
|
[5 replies] Last: Using x64 msvc v19.28 with /O2, the relevant assembly is below. The on... (by dutch)
|
by anachronon
How Do I Filter File Types in IFileDialog?
|
|
[10 replies] Last: Again, thanks for all of the help. I have found where to place the cu... (by anachronon)
|
by Mif
How to show in the list box, the elements in Runewords struct by select an element from the ComboBox?
|
|
[4 replies] Last: In the end ..I got it on my own.. :) (by Mif)
|
by Mif
How to use one event handler for multiple radio buttons
|
|
[4 replies] Last: Ahh Okay I understand now.. Okay okay.. thanks freddie1 :) (by Mif)
|
by shakenpepe
How to Properly Align Sound Data In An Audio Buffer (e.g. 20bit to 24bit)
|
|
[no replies]
|
by Weasel
Calculating a date from a given date
|
|
[1 reply] : https://www.cplusplus.com/reference/ctime/mktime/ Like time ( &now... (by salem c)
|
by KareemRj
Extracting text from sgm file.
|
|
[14 replies] Last: If Words is indeed of type std::string, then file >> Words will obtain... (by seeplus)
|
by chipp
Beginning C++ for Windows Application
|
|
[9 replies] Last: [quote=Winele]Go with Qt, all the other environments are doomed ;) h... (by chipp)
|
by bordonbert
Dialogue OK button behaves differently on different PCs
|
|
[4 replies] Last: Because windows can be such a rats nest with DLLs being loaded into pr... (by salem c)
|
by BobQuarter
normal vs subcassed edit window
|
|
[5 replies] Last: freddie1, Thank you. I am studying what you said and referenced. The... (by BobQuarter)
|
by srfpala
Why an Undefined Identifier ?
|
|
[1 reply] : frm New Account.h is obviously not frm Add Account.h. So #include "frm... (by coder777)
|
by Winele
Anti-cracking protection for my C++ app
|
|
[10 replies] Last: Thank you :) (by Winele)
|
How to tell if a program is reading or writing to a file |
|
[4 replies] Last: https://stackoverflow.com/questions/2625833/monitor-disk-activity-prog... (by deleted account xyzzy)
|