by kyviro
HWND variables and for loops
|
|
[7 replies] Last: Glad I could help! (I'm kidding, of course :) (by Ganado)
|
by akash16
CDATA in XML using xerces
|
|
[no replies]
|
by anachronon
Unicode Headache
|
|
[14 replies] Last: To learn from petzhold you first need convert all the sample API's in... (by deleted account xyzzy)
|
by am250478
Different outputs using URLDownloadToFile
|
|
[2 replies] Last: It's best to use an external downloader (like curl or wget) rather tha... (by kbw)
|
by akash16
To debug application using .dmp file in Visual Studio?
|
|
[no replies]
|
by acheron
C++ array questions
|
|
[3 replies] Last: Try this: int data = { {1, 2, 3, 4}, {1, 2, 3, 4}, {0, 0... (by Guercio1)
|
by Ovid
Is there a better way of using Live-Share?
|
|
[2 replies] Last: Yes, the issues are from Visual Studio 2019. But thank you for your h... (by Ovid)
|
How to handle input based on keyboard language ? |
|
[6 replies] Last: WCHAR wc1 = L"RU J LETTER: \u0436"; This fixed the issue on direct2... (by closed account GbRGwA7f)
|
by Odglog
Printing text with transparent background
|
|
[3 replies] Last: Thanks everyone for the help! I'll check this http://www.cplusplus.com... (by Odglog)
|
by Juicej
How do i convert time to string, using the localtime_s() function?
|
|
[3 replies] Last: Another option: std::string now() { time_t rawtime = time(0); tm... (by thmm)
|
by Juicej
How do I create multiple windows to display different text.
|
|
[3 replies] Last: So I tried it, not sure how the windows should come up though. Can yo... (by Juicej)
|
by LJ34
Clearing the console in C++
|
|
[4 replies] Last: cout << "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n ......" will clear the scr... (by jonnin)
|
by Electro23
STL c++
|
|
[1 reply] : How do you define "advanced?" Any particular area of the STL? The ST... (by deleted account xyzzy)
|
by Android1
Fing click mosue winapi
|
|
[11 replies] Last: Did you even bother to look at the link Ganado gave you? What you thi... (by deleted account xyzzy)
|
by slava
Win32 API - Best way to create costom buttons
|
|
[no replies]
|
by schala
Print Driver Resolution and Debugging
|
|
[12 replies] Last: I'm a one person company with only so much free time. I'm a freelance... (by salem c)
|
by jacapiwsko
JNI dll crashing app after injection
|
|
[6 replies] Last: Without console it crashing too. This error probably is caused by sth ... (by jacapiwsko)
|
by leno4567
Multiprocessing socket sharing
|
|
[1 reply] : For Windows, do a search for "winsock server example" and "winsock cli... (by kbw)
|
by JEvans
"External exception EO434352" on class instantiation
|
|
[3 replies] Last: Thanks. I was able to resolve the strcpy error (stupid mistake - I had... (by JEvans)
|
by bistelA0005
Why a reference again?
|
|
[4 replies] Last: Hey, @jonnin super helpful. You nailed it for me. I see what you mean.... (by bistelA0005)
|