by mrbplusplus
get file description via its window
|
|
[2 replies] Last: #pragma once #define _CRT_SECURE_NO_WARNINGS 1 #include <windows.h> #... (by modoran)
|
by habideen
Starting wxWidgets
|
|
[1 reply] : http://www.codeproject.com/Articles/11515/Introduction-to-wxWidgets ht... (by Thomas1965)
|
by mrbplusplus
GetForgroundwindow function
|
|
[3 replies] Last: I figured it out my self my program was meant to do something when the... (by mrbplusplus)
|
by Alaa Najjar
question
|
|
[13 replies] Last: Is there any wisdom/reason behind using the underscore before the var... (by integralfx)
|
by pandemonium
checking if PID is running
|
|
[2 replies] Last: Use the tlhelp32 header. https://msdn.microsoft.com/en-au/library/wind... (by integralfx)
|
by Zorac
Programming in Windows - How to?
|
|
[1 reply] : It's possible to use the command line terminal on windows (CMD.exe). T... (by Shadowwolf)
|
by Gyiove
simple socket, how much data should i sent?
|
|
[1 reply] : If the files have an acceptable size (Nowadays i'd say, up to 512mb ar... (by S G H)
|
by aleixucops
rc file problem
|
|
[2 replies] Last: Ty for your answer, it worked :D (by aleixucops)
|
by xkrtekx
Cannot open include files d3dx8match.h
|
|
[2 replies] Last: ? (by xkrtekx)
|
by mrbplusplus
Downloading Visual Studio Help Documents for C++
|
|
[2 replies] Last: Unfortunately using Help Viewer is the official way now, however you c... (by modoran)
|
by looxztation
Error in code
|
|
[3 replies] Last: Is glosa properly created even if the array size is 0? You cannot a... (by coder777)
|
by looxztation
C++ List orientation
|
|
[3 replies] Last: struct Word { String^ English; String^ Swedish; } typedef List<W... (by Thomas1965)
|
by looxztation
Even and odd items in a list C++
|
|
[11 replies] Last: If you do a google search for "std::string to String^" there are lots... (by Chervil)
|
by Albuquerster
Screen Resolution , Orientation
|
|
[no replies]
|
by JAI SINGH
C++/MFC
|
|
[3 replies] Last: Check the toolset in Properties . IIRC: Under Configuration Properti... (by closed account z05DSL3A)
|
by three
RSA Encryption with key 256
|
|
[no replies]
|
by leBOB
Starting WxWidgets on Code::Blocks
|
|
[1 reply] : hi, your problem is, the application closes without anything it is bet... (by heepoo)
|
by balf
Sleep crash application
|
|
[3 replies] Last: You need a parallel thread: http://www.cplusplus.com/reference/thread... (by coder777)
|
Loading a declspec exported dll func in C++ |
|
[11 replies] Last: I am under the impression that I cannot use the generated lib as it ... (by freddie1)
|
by syedluqman
io
|
|
[2 replies] Last: What is the project? (by leBOB)
|