Posts by Ten. Oliveira • 33 points
2 posts
-
0
votes0
answers40
viewsQ: Capture data from the Bus
Good afternoon. How do I capture data from the bus when it comes to video or images ? Any ideas ? Example: When I want to capture bus input data I can use Std::Cin, getline. But if I had to capture…
c++asked Ten. Oliveira 33 -
3
votes1
answer721
viewsQ: String to double C++ conversion
I’d like to convert a string passed to type value double. Example: string expressao = "1+1"; double x, y; Such that, x = expressao[0]; and y = expressao[1]; And the sum of x+y return 2 in response.…
c++asked Ten. Oliveira 33