Posts by c3nt4ur1 • 3 points
4 posts
- 
		0 votes3 answers59 views
- 
		0 votes1 answer26 viewsA: Play multiple. txt files and show content - c++Dude, your question is a little fuzzy, but I think I get it. tries to change that line: string ficheiro[10] = {}; //10 é o número de arquivos. Você pode alterar isso… 
- 
		0 votes1 answer20 viewsQ: Insert element per line of code in a Qt C++ formI want to insert an element in a Qt form, but I can’t use the designer because the element should only appear when a button is clicked. Is there anything like a ui->addWidget method or some other… 
- 
		-1 votes1 answer25 viewsQ: Create and call a c++ template functionI have this template below, and when I try to call with the excerpt below, it can’t find the reference template<typename T> double power(T base, T power) { double result = base; int j = 0; do…