New posts in return-value

Are there more advantages to returning an empty string or null value?

Returning current URL in WordPress

How does C return a structure? [duplicate]

C++ -- return x,y; What is the point?

Is there an elegant way to store and evaluate return values in bash scripts?

python - returning a default value

How can I return a value from a JDialog box to the parent JFrame?

Ignoring return values in C

Should we write `std::move` in the cases when RVO can not be done?

Hibernate query.list() method is returning empty list instead of null value

Get return value from stored procedure

Is it ok to skip "return None"?

MATLAB - multiple return values from a function?

Can Qt signals return a value?

Are function return values automatic objects and thus guaranteed to be destructed?

g++ How to get warning on ignoring function return value

Is there a benefit to using a return statement that returns nothing?

best way to return an std::string that local to a function

What if I write return statement in constructor?

Return value from nested function in Javascript [duplicate]