Posts by toper main • 23 points
4 posts
-
1
votes2
answers183
viewsQ: How to implement this while not from Python in C?
I’m studying a Python code I need to turn to C, but the part that’s confusing me is this: while not(f1 == 0 and fn == 1): ... How would this same code be in C language?…
-
0
votes1
answer75
viewsQ: Difficulty in ordering
I’m doing a program that sorts the words, only if they’re the same size you can’t change places, I’m stuck in that part, the code I already have #include <stdio.h> #include <string.h>…
-
1
votes1
answer191
viewsQ: How to align texts within an html table
I am trying to make the Brazilian table to exercise the concept of tables I learned. But when I put the data on victories and defeats they all get disorganized. table#brasileirao{ border: 1px solid…
-
0
votes2
answers1337
viewsQ: What is the best way to clean the keyboard buffer
I have seen in several forums that you should use setbuf(stdin(NULL), or getchar I am new in C language and I am doubtful on this subject
casked toper main 23