Posts by Vitor Figueredo • 209 points
8 posts
-
1
votes3
answers327
viewsA: Logo configuration when generating apk in Unity 5
I don’t know if I understand your question correctly. From what I understand your game is Landscape but the splash screen is in Portrait? I wouldn’t know how to solve it without looking at your code…
-
3
votes3
answers272
viewsQ: Problems with "strcpy" locking program
I’m solving an exercise where I have to fill a vector like struct, and one of the values is char, for that I made a while and was using a simple assignment with "=" but it wasn’t working, so I did…
-
2
votes1
answer114
viewsQ: I’m creating a queue, and I can’t develop function logic for the previous object to assume the new position released - C#
I’m using unity3D, so my queue consists of Gameobjects, are 7 Gameobjects lined up next to each other and my purpose with this code is that every click of the user - "Simplemove function" - the…
-
1
votes1
answer632
viewsQ: Python problem
Hello, I received this problem to solve in python but I do not know much of the language, I know C, but I believe my problem is in reading the problem, I received the program so without any more…
pythonasked Vitor Figueredo 209 -
0
votes2
answers576
viewsQ: Fscanf, fprintf and printf
I have a problem with reading and showing on screen. The program it read from the keyboard a series of data, save them in a binary file and then allow the query of how this information is in the bin…
casked Vitor Figueredo 209 -
0
votes1
answer156
viewsQ: Segmentation Fault and Error in typedef struct
Hello, I’m developing a final work of a discipline and I’m getting two mistakes I don’t understand. First here’s the code. #include <stdio.h> #include <stdlib.h> int main(int argc, char…
casked Vitor Figueredo 209 -
1
votes2
answers65
viewsQ: Fopen typecast for comparison with NULL
When I make a fopen, I always use an if for error correction. The pointers are declared in FILE *mestre, *indice; And I’m wearing it like this if (((mestre =…
casked Vitor Figueredo 209 -
0
votes2
answers1172
viewsQ: Error from "expected Expression before ːint'"
I was following this example, but it was done on Windows, so it was used <conio.h>. When I try to run on Linux I get 2 errors: an *h=int(tempo);, that I don’t understand why, and the other in…
casked Vitor Figueredo 209