Posts by Matheus • 23 points
3 posts
-
1
votes1
answer531
viewsQ: Autoload of Poser is not working
Good night (or any shift in case you’re from the future). Well, my problem is objective, but so far unsolved. I developed an entire project on my windows PC using XAMPP. As the system has several…
-
0
votes1
answer94
viewsQ: How to read a charde a file and convert to whole
The following code snippet should show the entire value of the single character stored in the file. when I put a letter like 'a' for example works. but when I put this symbol: þ. and several others…
-
1
votes2
answers241
viewsQ: Extensive matrix makes the program stop working
I have the following problem, when I define a matrix that is very large, for example: int matriz[2000][2000], compile and run, the program stops working. I tested only on Windows and it appears that…