Posts by Gonkali • 375 points
5 posts
-
0
votes2
answers102
viewsQ: Helps to understand the Rest of Division
Boas, I’m having some difficulty understanding the rest of the division, I can calculate and get to the value of the rest and understand the formula, but in the code example described below I’m…
-
3
votes4
answers1489
viewsQ: Cleaning the Buffer after getchar
Good Morning, I wanted to know how I can optimize the cleaning of the buffer when using the getchar() function, as an example follow the following codes: I get the following code to have the correct…
-
1
votes1
answer623
viewsQ: cloud9-Problem executing code
The following code: #include <stdio.h> void main() { int num = 123; printf("O valor de num = %d e o valor seguinte = %c", num, num+1); } Returns in Cloud9 terminal the following result: The…
-
14
votes2
answers4380
viewsQ: Linux C programming - IDE vs. editor + command line
I’ve been looking for a similar question here and I haven’t found anything so if you’ve already answered I’m sorry. I’m a beginner in C programming and would like to know if it is more appropriate…
-
6
votes4
answers8703
viewsQ: Programming Online in C?
I want to know if there is a website that allows to program online, I tried to use Cloud9 IDE, but I can not program in C, someone knows some site to program in C, without having to install any…