Posts by Jorge Ueiner • 15 points
3 posts
-
0
votes2
answers560
viewsQ: How to use argc and argv on a windows terminal?
I am creating a stack for valid expression check, but it should be used in this int main( int argc, char **argv ) for input. I compiled and did not make a mistake, but I cannot create an executable…
-
0
votes1
answer251
viewsQ: Print a queue item by removing each item from it
I’m making a program that receives a string with words separated by comma that separates these words and lines them up (Until then I was able to do it quietly), then the program has to go removing…
-
0
votes1
answer555
viewsQ: Error >> TESTE500K.c:(.text+0x8f): Undefined Reference to `INSERT' <<
Guys, I’m trying to create a list but it’s making these mistakes TESTE500K.c:(.text+0x8f): Undefined Reference to `INSERT' TESTE500K.c:(.text+0xa5): Undefined Reference to `IMPRIME' [Error] Ld…