Skip to main content
Jabberwocky's user avatar
Jabberwocky's user avatar
Jabberwocky's user avatar
Jabberwocky
  • Member for 13 years, 9 months
  • Last seen this week
115 votes
11 answers
31k views

Why does std::set not have a "contains" member function?

105 votes
11 answers
30k views

Using std::vector as view on to raw memory

58 votes
8 answers
36k views

Initializing a std::array with all elements having the same value

58 votes
4 answers
12k views

Compiler not detecting obviously uninitialized variable

42 votes
3 answers
4k views

Convenient way to declare 2D (or even higher dimension) arrays with std::array

26 votes
2 answers
1k views

Is calling printf with excess arguments undefined behaviour?

24 votes
4 answers
2k views

Comparing floating point values converted from strings with literals

20 votes
7 answers
4k views

Deleting raw pointers from std::vector

15 votes
5 answers
2k views

"Inline" static declaration of object with initializer list

14 votes
3 answers
604 views

Declaring 2 (or even multi-) dimensional std::arrays elegantly

12 votes
2 answers
1k views

Stepping into a function, but not into the evaluation of the arguments with VS2017

10 votes
3 answers
1k views

Idea behind "[...] makes pointer from integer without a cast"

10 votes
4 answers
847 views

Method call acting unexpectedly like an l-value

9 votes
1 answer
449 views

Function addresses in MFC message maps

9 votes
3 answers
5k views

How to find out if a exe file is a .Net exe or regular exe?

8 votes
2 answers
513 views

Overloading, variadic functions and bool type

7 votes
2 answers
435 views

shared_ptrs being deleted twice

6 votes
3 answers
865 views

List control LVM_SETTOPINDEX needed

6 votes
1 answer
6k views

How to get the number of columns in a list control

5 votes
1 answer
169 views

How to get the Windows SDK version number a program is compiling with at compile time

5 votes
2 answers
284 views

Difference between CString::GetbufferSetLength and CString::GetBuffer

5 votes
1 answer
2k views

Getting modern system icons with LoadIcon

4 votes
0 answers
186 views

Changing the color of links in SysLink controls

4 votes
1 answer
2k views

How to specify the Visual Studio platform toolset during install

4 votes
2 answers
2k views

Setting global environment variables programmatically

4 votes
1 answer
662 views

Why are string tables split into sections in an .rc file?

4 votes
0 answers
465 views

Why is the return type of CString::GetLength() int and not size_t

4 votes
3 answers
630 views

Is using the address of an uninitialized variable UB? [duplicate]

4 votes
2 answers
1k views

Cannot step into CRT code when using runtime library as a dll

4 votes
2 answers
517 views

Getting rid of 3d look of MDI frame window

1
2 3 4 5