¡@

Home 

c++ Programming Glossary: carr

Why can't char** be the return type of the following function in C++?

http://stackoverflow.com/questions/7138720/why-cant-char-be-the-return-type-of-the-following-function-in-c

v Now it compiles . Or you can use typedef as typedef char carr 10 carr f char v 10 new char 5 10 return v Ideone . Basically.. compiles . Or you can use typedef as typedef char carr 10 carr f char v 10 new char 5 10 return v Ideone . Basically char v.. of size 10. It's the same as the following typedef char carr 10 carr is a char array of size 10 carr v v is a pointer to..