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)
MSVS2017, Boost C++ error with namespaces
Can anyone help me out. I stumbled into a roadblock.
I've modified the project properties to include the Boost header path, and Boost linker path--plus the 'not using predefined header files' options'...
kroger9
Votes: 0
Answers: 1
Type Punning via constexpr union
I am maintaining an old code base, that is using a union of an integer type with a bit-field struct for type-punning. My compiler is VS2017. As an example, the code is similar to the following:
stru...
Jeff G
Votes: 0
Answers: 1
Index out of range on column from inner join condition
I am getting a index out of range error when trying to get a string value from a datareader. The column USER_ROLE which is the only column from a INNER JOIN condition. It was working and for some rea...
GreenBetweenTheBraces
Votes: 0
Answers: 1
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