Skip to main content
Tour
About Us
Meta
current community
Stack Exchange
chat
Meta Stack Exchange
your communities
Sign up
or
log in
to customize your list.
more stack exchange communities
company blog
Log in
Stack Exchange
All Sites
Top 400 Users
Digests
Fabien
France
https://fabiendelorme.fr
One more developer...
top
accounts
reputation
activity
subscriptions
Top Questions
624
votes
What is the idiomatic Go equivalent of C's ternary operator?
go
ternary-operator
conditional-operator
asked Nov 14, 2013 at 13:39
stackoverflow.com
180
votes
In Go's http package, how do I get the query string on a POST request?
go
query-string
asked Mar 14, 2013 at 11:17
stackoverflow.com
35
votes
In go, is there a way to execute code on termination of the program?
go
deferred-execution
asked Mar 22, 2013 at 9:27
stackoverflow.com
26
votes
How to allocate space for a Vec<T> in Rust?
vector
rust
asked Nov 27, 2014 at 16:56
stackoverflow.com
23
votes
What is the idiomatic way to return either a struct or an error?
error-handling
go
zero
asked Mar 11, 2013 at 10:12
stackoverflow.com
16
votes
How could I make my own lazy iterator?
c++
c++11
iterator
lazy-evaluation
asked Jun 27, 2012 at 8:48
stackoverflow.com
14
votes
Is there a way to define a constant at build time in Go?
go
const
build-time
asked Mar 22, 2016 at 10:02
stackoverflow.com
12
votes
How can I make is_pod<T> tests be performed during compilation and not execution?
c++
templates
c++11
asked Jun 19, 2013 at 9:42
stackoverflow.com
10
votes
In Nimrod, what is the syntax for bitwise operations?
bitwise-operators
nimrod
nim
asked Nov 1, 2013 at 16:58
stackoverflow.com
8
votes
In C++11, how can I call new and reserve enough memory for the object?
c++
memory-management
c++11
asked May 30, 2013 at 14:32
stackoverflow.com
1
2
next
Top Answers
148
Assignment operator in Go language
stackoverflow.com
13
How to memcpy a part of a two dimensional array in C?
stackoverflow.com
8
Is LISP still useful in today's world? Which version is most used?
softwareengineering.stackexchange.com
7
How do I check if an element is undefined?
stackoverflow.com
6
Strange definitions of TRUE and FALSE macros
stackoverflow.com
5
Strange placement for function parameter types
stackoverflow.com
5
initializing a struct containing a slice of structs in golang
stackoverflow.com