17 Answered Questions
[SOLVED] What should main() return in C and C++?
- 2008-10-15 12:13:48
- Joel
- 320372 View
- 667 Score
- 17 Answer
- Tags: c++ c return-value main return-type
2 Answered Questions
[SOLVED] Why can impl trait not be used to return multiple / conditional types?
- 2018-08-24 09:37:39
- msrd0
- 1261 View
- 8 Score
- 2 Answer
- Tags: rust traits return-type
3 Answered Questions
[SOLVED] C++ virtual function return type
- 2011-01-12 03:35:54
- Bob
- 42725 View
- 77 Score
- 3 Answer
- Tags: c++ inheritance virtual-functions overriding return-type
12 Answered Questions
[SOLVED] Apply pandas function to column to create multiple new columns?
- 2013-04-26 12:38:33
- smci
- 120578 View
- 186 Score
- 12 Answer
- Tags: python pandas merge multiple-columns return-type
4 Answered Questions
[SOLVED] Why doesn't C# support the return of references?
- 2011-06-14 05:51:49
- Tom Sarduy
- 19020 View
- 139 Score
- 4 Answer
- Tags: c# .net reference return-type
12 Answered Questions
[SOLVED] How to return local array in C++?
- 2011-10-14 15:34:21
- user494461
- 56211 View
- 22 Score
- 12 Answer
- Tags: c++ char return-type
2 Answered Questions
[SOLVED] How to return result of a SELECT inside a function in PostgreSQL?
- 2011-10-30 15:47:53
- Renato Dinhani
- 141334 View
- 94 Score
- 2 Answer
- Tags: sql postgresql return plpgsql return-type
15 Answered Questions
[SOLVED] Returning anonymous type in C#
- 2012-04-09 12:41:03
- frenchie
- 91364 View
- 91 Score
- 15 Answer
- Tags: c# .net anonymous-types return-type
2 Answered Questions
[SOLVED] How to specify multiple return types using type-hints
- 2015-11-26 18:45:00
- Yahya Uddin
- 40648 View
- 143 Score
- 2 Answer
- Tags: python python-3.x return-type type-hinting python-3.5
7 Answered Questions
[SOLVED] How do I make the return type of a method generic?
- 2012-03-21 15:44:20
- MacGyver
- 230532 View
- 151 Score
- 7 Answer
- Tags: c# .net generics return-type
3 Answered Questions
[SOLVED] Why do constructors in java not have a return type?
- 2011-07-23 15:46:48
- user845932
- 52069 View
- 43 Score
- 3 Answer
- Tags: java constructor return-type
6 Answered Questions
[SOLVED] Return multiple values from a Java method: why no n-tuple objects?
- 2011-09-19 12:23:02
- Saket
- 62709 View
- 48 Score
- 6 Answer
- Tags: java methods return-type
3 Answered Questions
[SOLVED] Why should the assignment operator return a reference to the object?
- 2012-01-30 23:06:40
- maccard
- 11434 View
- 19 Score
- 3 Answer
- Tags: c++ operator-overloading return-type assignment-operator
3 Answered Questions
[SOLVED] Using `std::function<void(...)>` to call non-void function
- 2012-02-18 08:37:44
- Ken Wayne VanderLinde
- 6592 View
- 19 Score
- 3 Answer
- Tags: c++ c++11 return-type std-function
4 Answered Questions
[SOLVED] What's the difference between returning void and returning a Task?
- 2011-11-07 22:07:55
- James Cadd
- 35907 View
- 122 Score
- 4 Answer
- Tags: c# asynchronous task-parallel-library return-type async-ctp
3 Answered Questions
[SOLVED] Nullable return types in PHP7
- 2015-11-09 12:10:38
- Jeroen De Dauw
- 74246 View
- 149 Score
- 3 Answer
- Tags: php nullable return-type type-hinting php-7
4 Answered Questions
[SOLVED] Return Type Covariance with Smart Pointers
- 2011-08-03 10:04:19
- Armen Tsirunyan
- 6489 View
- 33 Score
- 4 Answer
- Tags: c++ smart-pointers virtual-functions return-type
12 Answered Questions
[SOLVED] Return different type of data from a method in java?
- 2013-08-09 06:10:09
- Ruchira Gayan Ranaweera
- 105516 View
- 28 Score
- 12 Answer
- Tags: java return return-type
9 Answered Questions
[SOLVED] Is there a standard "never returns" attribute for C# functions?
- 2010-01-04 12:13:57
- user192472
- 3551 View
- 30 Score
- 9 Answer
- Tags: c# exception attributes return-type
11 Answered Questions
[SOLVED] Is it safe to return a struct in C or C++?
- 2012-03-06 19:52:39
- jzepeda
- 60827 View
- 80 Score
- 11 Answer
- Tags: c++ c function struct return-type
9 Answered Questions
[SOLVED] Can two Java methods have same name with different return types?
- 2011-04-06 04:25:29
- jenifer
- 120465 View
- 83 Score
- 9 Answer
- Tags: java methods return-type
7 Answered Questions
[SOLVED] Why should functions always return the same type?
- 2009-12-03 11:15:27
- self.self
- 15721 View
- 25 Score
- 7 Answer
- Tags: python function return-type
5 Answered Questions
[SOLVED] Void as return type
- 2015-04-22 09:12:15
- Daan
- 39226 View
- 42 Score
- 5 Answer
- Tags: php void return-type php-7
2 Answered Questions
[SOLVED] Symfony: Form issue using Return type hinting in Doctrine Entity methods
- 2017-05-14 01:03:11
- bluppfisk
- 3584 View
- 7 Score
- 2 Answer
- Tags: php symfony doctrine-orm php-7 return-type
2 Answered Questions
[SOLVED] PowerShell changes return object's type
- 2013-07-06 00:06:42
- deadlydog
- 12509 View
- 17 Score
- 2 Answer
- Tags: function powershell powershell-3.0 return-type powershell-ise
5 Answered Questions
[SOLVED] How can an interface include a method that references the concrete implementation type of the interface in its signature or return type?
- 2011-09-29 22:21:10
- Michael McGowan
- 3090 View
- 14 Score
- 5 Answer
- Tags: java generics interface return-type method-signature
5 Answered Questions
[SOLVED] php7 void return type not working?
- 2016-02-18 13:00:27
- nSams Dev
- 17201 View
- 20 Score
- 5 Answer
- Tags: php return-type type-hinting php-7
4 Answered Questions
[SOLVED] The relationship of overload and method return type in Java?
- 2015-08-08 10:29:16
- wuyi
- 1632 View
- 4 Score
- 4 Answer
- Tags: java methods overloading return-type
8 Answered Questions
[SOLVED] C# numeric enum value as string
- 2010-08-09 22:33:03
- David Moorhouse
- 69672 View
- 59 Score
- 8 Answer
- Tags: c# enums return-value return-type
4 Answered Questions
[SOLVED] PHP 7 interfaces, return type hinting and self
- 2016-08-21 21:21:01
- GordonM
- 32546 View
- 77 Score
- 4 Answer
- Tags: php interface return-type php-7 type-hinting