Posts by lisa15x • 53 points
2 posts
-
1
votes1
answer58
viewsQ: C++ - Implementation of class Statica cpp
Hello! I was trying to implement a Static class but had the following error: "Undefined Reference to matematica::Cod" but the variable Cod is in . h follows the code below class . h and cpp; #ifndef…
-
4
votes2
answers404
viewsQ: Query with Datetime Sql and C#
I’m trying to get you to return to me the patient of a particular day and time in command next: SqlCommand cmdSelect = new SqlCommand("select DISTINCT P.nome,P.codPaciente, M.codMedico, C.descricao…