Posts by Edson Marcio • 21 points
2 posts
-
1
votes2
answers133
viewsA: Mysql - Sort a table and keep records together
Given the following table: CREATE TABLE `tb_plano_saude` ( `id` int(11) NOT NULL, `Titular` varchar(10) DEFAULT NULL, `matricula` varchar(10) DEFAULT NULL, `CPF` varchar(15) DEFAULT NULL, `Nome`…
-
1
votes1
answer248
viewsA: Help - C++ Read File and substi
See if this helps.. (tested on onlinegdb) #include <iostream> #include <string> #include <fstream> #include <streambuf> #include <sstream> //std::stringstream #include…
dev-c++answered Edson Marcio 21