by gamma
else if statement within two for loops
|
|
[9 replies] Last: #include <iostream> #include <string> #include <vector> #include <alg... (by lastchance)
|
by jksn0057
Read and extract text / number
|
|
[2 replies] Last: its possible, we know that. how annoying it may be depends on what th... (by jonnin)
|
by Browni3141
Issues with Screen Capture
|
|
[1 reply] : The screenshot should be done withing the WM_DRAW event of the capture... (by coder777)
|
by jacapiwsko
Thread problem in Objective
|
|
[3 replies] Last: that error usually means you tried to call the member function without... (by jonnin)
|
by EVO
How to get the controls of a dialog defined in an RC file?
|
|
[no replies]
|
by Cambalinho
how can i change the working directory?
|
|
[8 replies] Last: after several tests i found the big problem: Compile.compile(strCompi... (by Cambalinho)
|
by step1
Visual Studio
|
|
[1 reply] : You can create a static library: https://docs.microsoft.com/en-us/cpp... (by deleted account xyzzy)
|
by Ganado
GetOpenFileName undefined behavior
|
|
[3 replies] Last: I have partly figured it out, after making a reduced example! Long st... (by Ganado)
|
by jacapiwsko
Program waiting for user input.
|
|
[5 replies] Last: Your question was a bit contradictory is all. You wanted the program t... (by zapshe)
|
by colorfulpup
Using Libcurl in C++ program
|
|
[3 replies] Last: Sorry to comment on an old thread but seeing as it wasn't mentioned ha... (by JoshUK)
|
by MikeStgt
Virtual Key Designations
|
|
[2 replies] Last: VK_RMENU 0xA5. Usually mapped to a pop-up menu that can alternately b... (by MikeStgt)
|
by Alex A
visual basic (masked textbox) validation
|
|
[no replies]
|
by malibor
Win32/OLE Drag and Drop C/C++
|
|
[8 replies] Last: not sure if this works in the OLE or COM world but at the program leve... (by jonnin)
|
by AGG2429
FOR LOOPS AND DOUBLING MY COUNTER
|
|
[2 replies] Last: To increment the counter by current value you need counter += counter... (by malibor)
|