python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Does VS2015 automatically include windows SDK header files but not in VS2017?
I have a C++ library originally developed in VS2015 which uses SOCKET from Winsock2 inside Windows SDK 8.1. The solution file is generated from a cmake file, and it builds perfectly fine.
I use the sa...
John Yang
Votes: 0
Answers: 0
Search for string from list into text file c# console
I need to check if my mac address is exist inside a file that contain many mac address ?
public static string ismac;
public static bool resultrr;
string path = Path.GetTempPath...
mohammed qadoora
Votes: 0
Answers: 2
WPF designer properties window: property does not show nested properties
I am trying to edit a complex property of a WPF custom UserControl in the properties windows. But, the nested properties of the property are not always expandable. In the verbose form (don't know the ...
timonn
Votes: 0
Answers: 1
How to get the expiration date based on week code not on current date using c++
How will I get the expiration date of an item, which is based on week code? Whenever I run the code that I made, the program reads the current date and disregards the week code. For example:
Week Code...
PJiwon
Votes: 0
Answers: 1