Posts by shy0102 • 145 points
6 posts
-
5
votes2
answers601
viewsQ: How to take the path of the open executable in C
How can I capture the path of the executable in C and place it inside a string?
-
1
votes2
answers79
viewsA: Error in program execution involving pointers
I’ve been doing personal things here and I haven’t scheduled for four days. Today I decided to go back and redo the program, I managed to do it perfectly and I really liked the result, follows below…
-
3
votes2
answers79
viewsQ: Error in program execution involving pointers
I was doing a C program that read string1 and deleted the first string2 occurrence. In string1:"Mouse Chewed Clothes" if I put "Ra" in string2, the program deletes correctly, without errors. But if…
-
-2
votes1
answer208
viewsQ: Program.exe has stopped working
I’m doing a program that captures a person’s full name and reproduces it in this format: surname, surname without surname (EX:João Carlos Cunha -> Cunha, João Carlos. Amanda Batista ->…
-
4
votes1
answer1072
viewsQ: Char comparison, ignoring the case sensitive
The proposal is to create a program that compares n first positions of the two vectors and returns saying whether or not they are equal. So far so good, but I do not know how to ignore the case…
-
1
votes0
answers133
viewsQ: Error in code.exe file stopped working - C language
I am a beginner programmer and have been spending a lot of time programming an old game. I made it work with the bot playing randomly, so to create another level of difficulty, I started creating a…