by Gyiove
winsocket problem, 2 accept() for 1 client?
|
|
[3 replies] Last: oh yeah thanks. I already did it actually in my code back in project y... (by Gyiove)
|
by kurtahn
C++ program builds but doesn't run
|
|
[5 replies] Last: I finally figured out what the issue was. A couple days ago, I found a... (by kurtahn)
|
by Sharpchain
winsock2.h header file does not exsist
|
|
[7 replies] Last: There is also the Windows 10 SDK. I don't know if it requires VS 2015... (by closed account E0p9LyTq)
|
by lowarago
Get cursor position in Win Console App
|
|
[2 replies] Last: I already use that : void getCursorXY(int &x, int&y) ... (by lowarago)
|
by lowarago
Console app coloring.
|
|
[2 replies] Last: Thank you very much Shadowwolf, I already knew how to use a SetConsole... (by lowarago)
|
by Hex213
Rights Programmes.
|
|
[15 replies] Last: For single files you can use the "DEL" command. I thought by the varia... (by Shadowwolf)
|
by Sharpchain
I can't load my own icon for my window
|
|
[9 replies] Last: :O sry i found the problem lol i typed something in wrong #troubleshoo... (by Sharpchain)
|
by V07
Problem in displaying two bitmaps
|
|
[3 replies] Last: You still have TWO EndPaint() functions. case WM_PAINT: { PAINTST... (by closed account E0p9LyTq)
|
by Gyiove
One thread at the time shall pass.
|
|
[3 replies] Last: Yes it does. However, don't use the windows threading API unless you ... (by Moschops)
|
by Sharpchain
Problem with CreateWindow() function
|
|
[4 replies] Last: Thanks for you help guys i did some research and i was able to make a ... (by Sharpchain)
|
by RedMoonLight
Console
|
|
[4 replies] Last: It's waiting for something. Does it happen from the command prompt to... (by kbw)
|
by V07
Displaying bitmap in menu
|
|
[1 reply] : Here is an example about owner drawn menu. Maybe you can adjust it - d... (by Thomas1965)
|
by AcarX
IOCP Server Example
|
|
[3 replies] Last: TransmitFile is the fastest way to get a file onto a file down a socke... (by kbw)
|
by cppfanscn
what's the better library for automation of microsoft word?
|
|
[1 reply] : I just use low level COM to do it. I hate bloat in my code so I would... (by freddie1)
|
by Paragon
Debug Assertion Failed! (Binary Search tree)
|
|
[18 replies] Last: Well, I should have read all the posts... (by coder777)
|
by Hex213
system()
|
|
[7 replies] Last: I've found what I needed. Thanks. :) (by Hex213)
|
by Kande
Checking the instance of the application running
|
|
[1 reply] : The stuff you need is in here. https://msdn.microsoft.com/en-us/librar... (by kbw)
|
by keanedawg
For Visual Studio, what does the option "Use in Build" mean and why is it set to YES by default?
|
|
[1 reply] : If you highlight the option you get a description for the option at th... (by closed account E0p9LyTq)
|
Sockets. |
|
[1 reply] : This is reasonable place to learn about IP network programming. http:/... (by kbw)
|
typedef and function pointers (with instances) |
|
[3 replies] Last: Maybe related but also, how could i make a generic reference to a poi... (by cire)
|