Posts by Miguel Goffredo • 65 points
3 posts
-
1
votes2
answers564
viewsQ: How to equate a vector coming from a matrix with a matrix in the main function?
I need to match a matrix that is returning from a function to a matrix in the main function. My goal with this is to be able to pass this same matrix as parameter to other functions without calling…
casked Miguel Goffredo 65 -
0
votes1
answer64
viewsQ: At the end of String’s printing always leaves the 0p. What is it?
I made a code to accept only a few characters read in one vector and pass to another vector. In this case, the first user can type whatever he wants and the program keeps only digits, mathematical…
casked Miguel Goffredo 65 -
5
votes2
answers292
viewsQ: How do I compare an input in char with an interval (0 to 9) without specifying individual conditions?
I’m doing a show that reads a string and want to ignore the spaces and letters that the user type (but I have to read the letters i and p and the mathematical symbols +-/*^). What I have achieved so…