Can you tell me what the C++-Casts do in Dev-C++?? In some Tutorials i have read they wrote different things. I'm not sure now, what dynamic_ static_ const_ and reinterpret_cast mean.
What do they need as Parameters and what do they return in different cases??
Thanks for Help, Tom!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello forum,
Can you tell me what the C++-Casts do in Dev-C++?? In some Tutorials i have read they wrote different things. I'm not sure now, what dynamic_ static_ const_ and reinterpret_cast mean.
What do they need as Parameters and what do they return in different cases??
Thanks for Help, Tom!!
To get a complete understanding of these things i would find one of many great books that cover casts and read up on it.
Note that if you want to google for information, that Dev is just a front end for the gcc compiler...
Wayne
@nobody: I dont want to buy a book just for that.
@Wayne: With Google.com "const_cast c++ gcc" i have found the right thing.
Thanks to you both!
Tom
Don't need to buy the book to read it ?.
@nobody
Or you could be silly like me, buying a book for future anticipated need, so the question:
Do you need to read a book to buy it?
Wayne