Posts by Antonio Goncalves • 29 points
2 posts
- 
		2 votes2 answers1192 viewsQ: Data entry in C#databaseMy class Cliente: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Objetos_de_Transferencia { public class Cliente {… c#asked Antonio Goncalves 29
- 
		0 votes1 answer744 viewsQ: Vector class and random numbers in C++The function only returns me the memory address, how do I make it return the content and not the memory address? #include <iostream> #include <time.h> /// por causa de srand() #include…