Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~467 People Reached
Favorite Forums
Favorite Tags
c x 3
Member Avatar for tadas.bareikis

Hello community. I'm 16 years old, a 10th grade student. My question is: How to learn programming? By that I don't mean that i want to learn a programming language. I am familiar with Python and C/C++(a bit) syntax. I want to know how to get experience, how to evolve, …

Member Avatar for Schol-R-LEA
0
202
Member Avatar for tadas.bareikis

Hi I have written a program, it doesn't work and i can't figure out why. It does compile, but it doesn't run. The whole program: #include <stdio.h> #include <stdlib.h> #include <ctype.h> int main() { int a; int j; int c; int d; int dig; c = 0; int i; a …

Member Avatar for Moschops
0
157
Member Avatar for tadas.bareikis

Hi I have started learning C and my first problem is very simple. I can't get output from a program! What am i doing wrong? #include <stdio.h> #include <stdlib.h> int main() { int a; int c; c = 0; int i; a = 0; for (i = 0;c = 0;i++) …

Member Avatar for deceptikon
0
108