5 Answered Questions
[SOLVED] Why isn't it legal to convert "pointer to pointer to non-const" to a "pointer to pointer to const"
- 2010-02-08 10:33:52
- ashishsony
- 5885 View
- 35 Score
- 5 Answer
- Tags: c++ pointers const const-correctness
16 Answered Questions
[SOLVED] Sell me on const correctness
- 2008-09-25 23:34:21
- Jason Baker
- 21948 View
- 121 Score
- 16 Answer
- Tags: c++ const-correctness
6 Answered Questions
[SOLVED] Why can't I convert 'char**' to a 'const char* const*' in C?
- 2008-09-16 22:50:30
- HappyDude
- 19789 View
- 59 Score
- 6 Answer
- Tags: c pointers const const-correctness
7 Answered Questions
[SOLVED] Does const-correctness give the compiler more room for optimization?
- 2011-06-11 02:41:50
- slartibartfast
- 7308 View
- 76 Score
- 7 Answer
- Tags: c++ c pointers const const-correctness
6 Answered Questions
[SOLVED] Modifying a const through a non-const pointer
- 2010-03-24 14:46:05
- jasonline
- 1025 View
- 13 Score
- 6 Answer
- Tags: c++ pointers casting const-correctness
7 Answered Questions
[SOLVED] "const correctness" in C#
- 2008-09-22 10:25:31
- tenpn
- 14749 View
- 78 Score
- 7 Answer
- Tags: c# theory const-correctness
3 Answered Questions
[SOLVED] What are the use cases for having a function return by const value for non-builtin type?
- 2011-06-09 22:15:14
- Graeme
- 7745 View
- 40 Score
- 3 Answer
- Tags: c++ const-correctness
7 Answered Questions
[SOLVED] Const correctness for value parameters
- 2009-11-12 17:42:01
- jmucchiello
- 6202 View
- 26 Score
- 7 Answer
- Tags: c++ pass-by-value const-correctness
4 Answered Questions
[SOLVED] Why am I getting an error converting a ‘float**’ to ‘const float**’?
- 2010-03-17 15:19:18
- Omry Yadan
- 10544 View
- 29 Score
- 4 Answer
- Tags: c++ const-correctness
6 Answered Questions
[SOLVED] What is the reason behind cbegin/cend?
- 2012-08-17 07:16:32
- Andrey
- 45553 View
- 182 Score
- 6 Answer
- Tags: c++ c++11 iterator const-correctness const-iterator
4 Answered Questions
[SOLVED] Can const-correctness improve performance?
- 2010-08-08 16:11:06
- shuhalo
- 18958 View
- 76 Score
- 4 Answer
- Tags: c++ performance const-correctness
8 Answered Questions
[SOLVED] Is there some ninja trick to make a variable constant after its declaration?
- 2010-09-08 15:26:02
- Thomas Bonini
- 23941 View
- 47 Score
- 8 Answer
- Tags: c++ c++11 const-correctness
3 Answered Questions
[SOLVED] Const correctness for array pointers?
- 2016-03-24 11:49:16
- Lundin
- 1374 View
- 16 Score
- 3 Answer
- Tags: c const-correctness
2 Answered Questions
[SOLVED] Idiomatic Way to declare C++ Immutable Classes
- 2014-11-11 05:59:02
- BlamKiwi
- 14594 View
- 34 Score
- 2 Answer
- Tags: c++ c++11 functional-programming immutability const-correctness
5 Answered Questions
[SOLVED] Const method that modifies *this without const_cast
- 2010-08-14 16:47:48
- AshleysBrain
- 3279 View
- 9 Score
- 5 Answer
- Tags: c++ const mutable const-correctness
2 Answered Questions
[SOLVED] Why no 'const' in Python?
- 2013-06-25 07:42:55
- Vorac
- 16922 View
- 37 Score
- 2 Answer
- Tags: python const const-correctness
5 Answered Questions
[SOLVED] Logical const in D
- 2010-11-18 21:09:12
- Peter Alexander
- 1704 View
- 13 Score
- 5 Answer
- Tags: const d mutable const-correctness
6 Answered Questions
[SOLVED] Can a heap-allocated object be const in C++?
- 2009-12-18 10:45:12
- sharptooth
- 4072 View
- 19 Score
- 6 Answer
- Tags: c++ const const-correctness undefined-behavior
7 Answered Questions
[SOLVED] How to call a non-const function within a const function (C++)
- 2011-02-15 19:27:50
- Grammin
- 26507 View
- 20 Score
- 7 Answer
- Tags: c++ function const const-correctness const-cast
4 Answered Questions
[SOLVED] about const member function
- 2009-12-27 16:29:16
- skydoor
- 6957 View
- 8 Score
- 4 Answer
- Tags: c++ const const-correctness
4 Answered Questions
[SOLVED] Is "const LPVOID" equivalent to "void * const"?
- 2009-11-27 12:24:08
- EFraim
- 3953 View
- 10 Score
- 4 Answer
- Tags: c++ winapi typedef const-correctness
3 Answered Questions
[SOLVED] Invoking a nonconst method on a member from a const method
- 2011-12-19 03:23:24
- bobobobo
- 350 View
- 6 Score
- 3 Answer
- Tags: c++ pointers const const-correctness
6 Answered Questions
[SOLVED] Why there is no concept of "const-correctness" for class's static member functions?
- 2012-04-11 05:58:39
- iammilind
- 1042 View
- 11 Score
- 6 Answer
- Tags: c++ static-members const-correctness
8 Answered Questions
[SOLVED] Const correctness: const char const * const GetName const (//stuff);
- 2009-12-02 19:58:24
- user189320
- 4376 View
- 6 Score
- 8 Answer
- Tags: c++ const-correctness
4 Answered Questions
[SOLVED] What is the best smart pointer return type for a factory function?
- 2015-02-03 08:44:13
- Malvineous
- 12497 View
- 38 Score
- 4 Answer
- Tags: c++ c++11 smart-pointers const-correctness
14 Answered Questions
[SOLVED] Why is const-correctness specific to C++?
- 2009-09-02 20:53:18
- Asik
- 7246 View
- 40 Score
- 14 Answer
- Tags: c++ const const-correctness
5 Answered Questions
[SOLVED] Does it ever make sense to make a fundamental (non-pointer) parameter const?
- 2010-03-16 04:34:16
- Scott Smith
- 1512 View
- 14 Score
- 5 Answer
- Tags: c++ const const-correctness
6 Answered Questions
[SOLVED] What is meaning of a pointer to a constant function?
- 2012-04-13 17:44:00
- Thomas Matthews
- 22611 View
- 26 Score
- 6 Answer
- Tags: c function-pointers const-correctness
4 Answered Questions
[SOLVED] How to call a non-const method from a const method?
- 2011-11-30 11:43:46
- laurent
- 17984 View
- 14 Score
- 4 Answer
- Tags: c++ methods const const-correctness
4 Answered Questions
[SOLVED] const correctness for structs with pointers
- 2012-11-01 16:36:12
- monkeyking
- 11159 View
- 9 Score
- 4 Answer
- Tags: c constants const-correctness