by digiot » Sat Apr 28, 2012 3:20 am
Maybe,I'm not using the right term for what I mean.
As a C-novice,I will only use standart/simple "constructs",
as there are:
- Pre-compiler directives
Have I understand you right,that I can't use "#include <stdio.h>",and such?
- What's about the scope of variables?Can I use extern,global,local?
- Can I use auto,static,register?
I know,that the variables are automatically declared,depending from there I
do this.But the main-function is the highest level?So I can't declare real
global ones?Only the GE-inbuild ones are globals?
I read,that it's recommended,to use the editors menus,to create new variables.
Or is it more a strictly must?
- New functions I have to declare/define in main?So the whole code is the
main-function?
The more I dive into C and GE,the more I get confused!
My problem is to know,if I did a mistake,or the code I created can't work
in GE.
Greetings!
puzzled digiot