by admin
Welcome to this board!
|
|
[no replies]
|
by byronhawkins
Cross compiling for Windows on ARM
|
|
[4 replies] Last: Compilers are never available natively for ARM, including Visual Stud... (by George P)
|
by toyboat1000
How to pause a for loop
|
|
[7 replies] Last: you can also just move the for loop into its own function as a thread.... (by jonnin)
|
by Cambalinho
how initializate a template class static variable?
|
|
[14 replies] Last: can i do these: typedef static inline Static; ? error line: " 'Sta... (by Cambalinho)
|
by dodge55
new LNK1104 error in Visual Studio
|
|
[7 replies] Last: Nope. ProcessHacker provides the same info as the MS tool does. The ... (by kigar64551)
|
by LukeProducts
Windows Process Hooking
|
|
[1 reply] : "Hooking" means that you replace a certain function with your own im... (by kigar64551)
|
by garett
How to format CString variable?
|
|
[2 replies] Last: CString has some formatting but not for dates that I know of. you hav... (by jonnin)
|
by LukeProducts
Windows API Webcam Snap
|
|
[2 replies] Last: Ive just found something: // create the preview window HWND hC... (by LukeProducts)
|
by LukeProducts
Sending Files over socket not working properly
|
|
[4 replies] Last: Hello guys, thank you so much. I didn't consider to expect that sen... (by LukeProducts)
|
by Mohamed Atef
WinAPI Good Paradigm for Graphics Viewing Software
|
|
[1 reply] : drawing in a child or main is about your design. if you plan to have... (by jonnin)
|
by seeplus
Porting Windows C++ App to Mac
|
|
[no replies]
|
by dede67
C++
|
|
[13 replies] Last: Just reread the OP's original post. He's trying to use Microsoft's ve... (by freddie1)
|
by Chikwado
Window services application deployments
|
|
[2 replies] Last: srvany can be used to run a .exe program as a service (by seeplus)
|
arrays,lists & map. mapping values to RGV values |
|
[9 replies] Last: The WinAPI has the COLORREF struct and several macro functions for dea... (by George P)
|
by oddy
How can I install gdb using mingw-get?
|
|
[2 replies] Last: mingw-get is from the old depreacted/discontinued "mingw.org" projec... (by kigar64551)
|
by JUANDENT
how to find out if a window is running modal
|
|
[1 reply] : Search internet, yada, yada, yada..... https://duckduckgo.com/?q=how+... (by George P)
|
by JUANDENT
how to create a modeless CDialog in MFC?
|
|
[1 reply] : Simply amazing what one can find scraping the bowels of the interwebz.... (by George P)
|
by GeorgeSnyder
BGI problems
|
|
[16 replies] Last: you can use devC editor and VC compiler if you really hate the VS edit... (by jonnin)
|
by oddy
How can I install a specific version of GCC on Windows?
|
|
[4 replies] Last: I am attending an OI(Olympiad in Informatics), they compile source fi... (by George P)
|
by stathagat
Memory leak observed (regfree() not freeing total allocated memory) while using <regex.h>
|
|
[2 replies] Last: It is always possible that you are doing something wrong in your code ... (by kigar64551)
|