Search found 3 matches

by heyho2
September 19th, 2014, 3:17 pm
Forum: Everything
Topic: I don't get it
Replies: 7
Views: 2517

Re: I don't get it

Okay thank you very much ;) I will go on with your Tutorial now, btw it is extremely helpful, I have watched some other Videos, tutorials and stuff before but yours is definitely the best, you cover things like Hardware and you explain everything chilled and give the viewer time to think. I hope oth...
by heyho2
September 19th, 2014, 9:08 am
Forum: Everything
Topic: I don't get it
Replies: 7
Views: 2517

Re: I don't get it

cameron wrote:main is defined as the program entry point.
does that mean you always have to use main() for the function that starts? That does not sound right does it?
by heyho2
September 18th, 2014, 11:59 pm
Forum: Everything
Topic: I don't get it
Replies: 7
Views: 2517

I don't get it

Hey Guys, i am watching the intermediate at the moment after i paused some month and i came to a Question you will probably all laugh about... (first of all sry for my bad English...). The thing is if you have this program (Intermediate Lesson 3): #include <stdio.h> int a=1; void SetA() { a = 6; } v...