Skip to main content
Trevor Boyd Smith's user avatar
Trevor Boyd Smith's user avatar
Trevor Boyd Smith's user avatar
Trevor Boyd Smith
  • Member for 15 years, 6 months
  • Last seen more than a week ago
182 votes
8 answers
61k views

Multiple commands in gdb separated by some sort of delimiter ';'?

176 votes
70 answers
133k views

What is the worst real-world macros/pre-processor abuse you've ever come across?

156 votes
6 answers
91k views

What does the Q_OBJECT macro do? Why do all Qt objects need this macro?

98 votes
4 answers
204k views

How do you find what version of libstdc++ library is installed on your linux machine?

75 votes
7 answers
56k views

Performance hit from C++ style casts?

61 votes
7 answers
132k views

How do you query a pthread to see if it is still running?

59 votes
6 answers
26k views

Why does Qt use its own make tool, qmake?

51 votes
6 answers
10k views

What is the bash equivalent to Python's `if __name__ == '__main__'`?

50 votes
2 answers
23k views

VS 2010: How do I get "next tab", "prev tab" keyboard shortcut working? [duplicate]

45 votes
2 answers
12k views

Does git store the read, write, execute permissions for files?

26 votes
6 answers
16k views

How do you organize 100+ projects in Eclipse?

21 votes
12 answers
5k views

Union – useless anachronism or useful old school trick?

21 votes
6 answers
10k views

Git: How do you checkout all deleted files?

19 votes
8 answers
16k views

Need good OCR for printed source code listing, any ideas?

17 votes
3 answers
29k views

Pthread - What is the difference between time.h::sleep() and pthread.h::pthread_yield()?

17 votes
1 answer
5k views

Using Spyder IDE, how do you return from "goto definition"?

16 votes
1 answer
5k views

Are EventHandlers and SinkEvents doing the same functional job?

15 votes
5 answers
11k views

Is it valid to define a pure virtual signal in C++/Qt?

15 votes
4 answers
21k views

Qt question: How do signals and slots work?

14 votes
3 answers
6k views

Spyder IDE: How do you configure default end-of-line character?

14 votes
1 answer
9k views

Is Cmake set variable recursive?

13 votes
3 answers
4k views

Is Qt classified as a c++ library? If not a library, how would you classify QT?

11 votes
5 answers
23k views

VS 2010: How do you undo after "Find and replace"?

11 votes
2 answers
6k views

What is correct: widget.rowconfigure or widget.grid_rowconfigure?

11 votes
2 answers
3k views

Does C++ have an equivalent to boost::numeric_cast<DestType>(SourceType)?

10 votes
2 answers
25k views

Python: How to compare two binary files?

10 votes
1 answer
13k views

For Cmake, can you modify the release/debug compiler flags with `add_compiler_flags()` command?

9 votes
6 answers
2k views

Can you add attributes to an object dynamically?

9 votes
4 answers
13k views

On Ubuntu, how do you install a newer version of python and keep the older python version?

9 votes
4 answers
3k views

What are the easiest/best methods for managing your ctags tag file(s)?

1
2 3 4 5