Skip to main content
ssd's user avatar
ssd's user avatar
ssd's user avatar
ssd
  • Member for 11 years, 8 months
  • Last seen this week
  • Ankara, Turkey
26 votes
6 answers
60k views

Why is my computation so much faster in C# than Python

22 votes
7 answers
122k views

Why do I get "cast from pointer to integer of different size" error?

18 votes
7 answers
35k views

Does memory allocated in a function still stay allocated after the function returns?

8 votes
2 answers
334 views

How to distinguish a malloced string from a string literal?

8 votes
2 answers
24k views

Declaring a strict data type for a variable in Python? [duplicate]

5 votes
1 answer
308 views

How safe is this swap w/o pushing registers?

5 votes
3 answers
3k views

Why does this `using` block not release the database connection?

3 votes
1 answer
957 views

Why "column width" is set to a different value?

2 votes
1 answer
146 views

Is it OK to pass (double ***) pointers using (void **)?

2 votes
1 answer
701 views

How to extract a row from an array in C#?

2 votes
0 answers
428 views

Alternative ways to draw pixels or lines on screen

2 votes
1 answer
181 views

Weird behaving ellipsis function (va_list)

2 votes
1 answer
652 views

Why my mouse wheel vertical scrolling step resets to "1"?

1 vote
2 answers
343 views

Dynamic creation of forms & containers

1 vote
3 answers
817 views

Why I can't reach form properties from another file?

1 vote
6 answers
549 views

How to assign triggers to variables in C#?

1 vote
1 answer
82 views

How to insert scrollbar into canvas filled with buttons?

1 vote
1 answer
238 views

How to get form top border height?

1 vote
0 answers
90 views

Memory leak anxiety for SDL_ttf functions

0 votes
0 answers
42 views

Why this 'itertools.product' does not run as expected? [duplicate]

0 votes
1 answer
406 views

How to parse an html node containing multiple tags?

0 votes
2 answers
2k views

How to create a class that may return null?

0 votes
1 answer
45 views

How to extract specific info under a specific class?

0 votes
1 answer
114 views

Where to place the MenuStrip and its items?

0 votes
2 answers
2k views

Horizontal divider of the StatusStrip

0 votes
0 answers
77 views

Forcing gcc compiler to call a specific function [duplicate]

0 votes
1 answer
95 views

Selecting specific registers for external calls

0 votes
1 answer
1k views

How to produce assembly output with Sublime Text?

0 votes
1 answer
49 views

How to continue running a process after completing threads?

0 votes
1 answer
48 views

Why the variable trigger throws exception?