"additional include directories" does not work in VS2015?I'm running an older version of Visual Studio but this probably still works the same in later versio...
const vs. #defineAs added clarification: The right-hand side of both lines, [code]int ros = 12 * 3.14159;[/code] [c...
Not returning how many days are in the monthA few items: [b]1.[/b] What is the point of having the [i]days[/i] member in your date class? It ap...
counting characters in object of classSince the [i]that [/i]parameter in your copy constructor is [b]const[/b], the compiler will not let ...
How do I take a string of characters and sum their ascii values?Since a character is an integral type, you can just use accumulate which is in <numeric>: [code]#in...
This user does not accept Private Messages