Tagged Questions
0
votes
0answers
100 views
Thoughts on programmable logic controllers? [closed]
I'm looking for classes to take for my next term. I took C Programming because it was my college's entry level programming course and because I've been messing around with Arduino, and I thought it ...
0
votes
1answer
385 views
Where can I find easy video lessons to learn C Programming for a novice [duplicate]
Possible Duplicate:
Learning C: video course recommendation
I am looking for a C language video lessons that are easy to understand and follow (something like khan academy style). Thanks
5
votes
3answers
258 views
The Length of envp in C
In the proccess of learning C, I'm trying to write a program that accepts one of your environment variable as input, and outputs its value.
The question is, is there any way to know the length of ...
2
votes
5answers
2k views
Broken Necklace USACO Problem
Broken Necklace
You have a necklace of N red, white, or blue beads (3<=N<=350) some of which are red, others blue, and others white, arranged at random. Here are two examples for n=29:
...
0
votes
2answers
157 views
Coding Dojo for embedded
I'm looking for informations about how to make a coding dojo for embedded. More especific with C Ansi and also with Assembly, if possible.
4
votes
12answers
531 views
More advanced Java Course or C? [closed]
I just completed a my first semester in Java and I am trying to decide if I should take a more advanced Java course or take a class in C.
Long term I plan to continue to learn them both, however, I ...
6
votes
15answers
2k views
Real-life C application to show at introductory course
I am holding a course on the C programming language, and I want to show the students some real-life useful applications of C, to catch their interest. Usually all they see are boring programs, with no ...
3
votes
9answers
358 views
What source files can I read for learning C?
I want to learn C languages and I'm running a Linux distro (Ubuntu) so I would like to know where can I begin?
I know some people will tell me to read K&R books or others but I want to pratice C, ...
7
votes
9answers
2k views
K & R Exercise: My Code Works, But Feels Stinky; Advice for Cleanup?
I'm working on the K&R book. I've read farther ahead than I've done exercises, mostly for lack of time. I'm catching up, and have done almost all the exercises from chapter 1, which is the ...
