Marks256
New Member
The brackets define the function...
for example, with:
int main ()
{
<stuff for the function main goes here>
}
A couple questions to seasoned c coders (I'm a bit rusty myself) - should there be a semicolon after the int main statement (I don't think...) aaaand do the parentheses on int main define what can be passed to other programs (global/local)?
I like doing 3d animations with Pov-Ray ( www.povray.org ) which uses a C-ish language to define objects...it's really worth checking out.
Oh, ok. That makes sense. So all the brackets are for, i just to define a small block of code that needs to be grouped into a function? Hmm, that sounds simple. Maybe C isn't that complicated?
Honestly, i am starting to like it! So, if someone would answer my erlier; "Is C just Assembly on steroids?".