Posts by Paulo Sergio G.M. Filho • 141 points
9 posts
-
0
votes1
answer17
viewsA: Wordpress - Menu filtering different categories
I managed to solve, just select the element of the products go in the option Query and trade Latest Products for Current Query. I hope you help someone who’s going through this trouble.…
-
-1
votes1
answer17
viewsQ: Wordpress - Menu filtering different categories
Hello, I am learning to develop a Woocommerce and going through a problem which is as follows, I have created a Menu Nav in the header of my page to filter the store products by product categories,…
-
2
votes2
answers66
viewsQ: Doubt about filtering a Query in SQL
As I can filter a Query so that the "Customers" do not appear with more than one phone, which in case would be Carlos as follows the image below. I’m breaking my head and I can’t find anywhere on…
sqlasked Paulo Sergio G.M. Filho 141 -
1
votes2
answers659
viewsQ: Maximum size of a character array
Has some maximum quantity, that a variable of type char character support? For example, I could use char texto[1000];? #include <stdio.h> #include <stdlib.h> #include <locale.h>…
-
3
votes2
answers4471
viewsQ: How to Store Strings in Vectors - C
How do I store more than one name in a type variable char, why put, let’s assume name[20], I’m defining that she was given 20 characters, and not that she could receive 20 elements, the code I’m…
-
1
votes1
answer460
viewsQ: Equal elements between vectors - C
I’ve been trying to solve a problem since early on: A school wants to know if there are students attending simultaneously disciplines Logic and and Programming Language. Put the numbers of the…
casked Paulo Sergio G.M. Filho 141 -
1
votes1
answer193
viewsQ: Repetition system how to store a value
Make a program that receives the age, height and weight of 25 people. Calculate and show: The number of persons over the age of 50; The average height of people between 10 to 20 years; The…
-
1
votes3
answers367
viewsQ: Returning(Null) when displaying a String variable
The program must receive the name of a person and sex and show the data typed by the user, but when the program shows the name I typed is appearing Null instead of showing the name. #include…
-
3
votes1
answer743
viewsQ: Accept uppercase and lowercase character
I’m making a draft just to train the if and the else which will be subject in my next class in college. I want to get there and at least already have a basis of what the teacher will teach. My…