In How many ways are there to initialize an int with a constant?

1. int foo = 123;
2. int bar(123);

No comments:

Post a Comment

comment on this post

Note: Only a member of this blog may post a comment.