Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to understand that why implicit type casting is done and how it is performed on STDOUT buffer.??
Posted
Comments
OriginalGriff 14-Oct-15 3:35am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.
CPallini 14-Oct-15 3:51am    
What make you think implicit cast occurs while printing on stdout? Could you please provide an example?

1 solution

See https://www.google.com/search?q=implicit+type+casting[^]. However, this has nothing to do with STDOUT, or any other stream. It is totally dependent on the variable's usage within an expression.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900