[try Beta version]
Not logged in

User profile: coder777

User info
User name:coder777
History
Joined:Sep 14, 2010 at 1:44pm
Number of posts:8447
Latest posts:

Getter for enum member returns a copy of enum?
Don't make your life harder than necessary. When you have both setter and getter your member variabl...

tzdb: cannot locate zone
That looks like the timezone is not correctly configured. Did you considered this: https://wiki.deb...

tzdb: cannot locate zone
The problem of "America/New_York" is that there are 2 timezones: "EST" and "EDT". The error probably...

How to get program to distribute input by alternating between two, multi-line string inputs
You actually need 3 loops: 1. Read the .a values and store them [in a vector] e.g.[code] for(int i ...

How to use C++ like modules in Arduino
!) There is a difference between Arduino and Raspberry PI. Arduino is more limited [regarding C++] t...