User: Alrededor

  • Public profile

User profile: Alrededor

User info
User name:Alrededor
History
Joined:
Number of posts:166
Latest posts:

"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. #define
As 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 month
A 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 class
Since 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