Questions tagged as 'conversao'

1
answer

Serial Communication and Array Division with Virgula

Hello, Good night, today I came up with another problem, reading data generated by arduino sensors, I was able to print them and save them in an array, but to really be good, I need to break the two separate columns, as in the example 292.00,2...
asked by 24.03.2018 / 03:03
1
answer

Converting list to float array

I'm working on a data import, which are in the format, as in the example: [-2.814285863362681, -2.814158589901394, -2.8123844084634873] [-2.874285863362681, -2.054158589901394, -2.6523844084634873] . . . I used this code to import, already...
asked by 30.04.2018 / 16:37
1
answer

Implementing month type function

Good morning, people? I was implementing a function of type Month that returns Month I've tried using static_cast to convert to Month type but the conversion errors for it. The program is this below: #include <regex> #include <arra...
asked by 23.01.2018 / 11:54