Add an image
Add a link
March 23, 2005 -- 12:41 PM
posted by Par
Here you go, Al.
// two slashed for a comment
int smallarray[50]; //global variables?
// global variables are unnecessary for what you're doing, but they way you declared them is correct
int a; //must have semicolon after every line of code? yes
int main(){
} //No end statement the main pogram is denoted finished by a matching "}" for the first "{"? yes
int b; //this is now a local variable? yes
a=0; //global variable so can pass values to the outside of the curly brackets?
printf("Hello, world!
"); // because a C program isn't complete without a 'Hello, world!'
while(a=0){
...... //statements not important
} //so you end a while loop with a corresponding "}" for every "{"? end other loops the same way? yes
b=3;
March 23, 2005 -- 12:24 PM
posted by Al
So let me get this straight Par. So in C you have to have to do this:
int smallarray[50]; /global variables? "/" means a comment?
int a; /must have semicolon after every line of code?
main() /thing in bracket is the arguement needed to be inputed. If there is none then assumed global variables will be the arguemnts? Always have a "main" function even to perform a simple program?
{ int b; /this is now a local variable because it is in the "{" ? Can't pass value to the outside of the { brackets?
a=0; /global variable so can pass values to the outside of the curly brackets?
while(a=0);
{...... /statements not important
} /so you end a while loop with a corresponding "}" for every "{"? end other loops the same way?
b=3;
} /No end statement the main pogram is denoted finished by a matching "}" for the first "{"?
March 23, 2005 -- 11:32 AM
posted by Par
Sorry, one more inane post:
Viewsonic Tablet PC:
10.00 GHz AMD Athlon
2000 MB DIMM
30000 GB IDE Hard Disk
Some reviews:
- ... although Windows still crashes, the machine is so fast it crashes before you even boot it up. So by the time you booted, you've already crashed and rebooted and didn't know what happened.
- I recently bought two of these notebooks, one to make a backup of the internet and another to import my essense into and live in my own cyber-world (using the included mental-essense import hat, that is).
Don't worry, it only stings for a second - Our sincerest apologies, but the description of this product as published is inaccurate.
Specifically, kindly note that shipping on this product generally occurs within 2-3 days, not within 1-2 days, as indicated.
The Amazon.com team regrets any inconvenience this may cause.
March 23, 2005 -- 11:24 AM
posted by alison
ha ha! Sweet...
Gemini: (May 21—June 21)
You never thought you'd be the type to have a big family, but upon awakening from your decade-long coma, you'll discover that the asylum doctors have begotten seven children on your defenseless body.
it's like "Talk to Her" all over again.
oh so creepy... Girlfriend in a Coma anyone?
as long as i'm not brain dead...
March 23, 2005 -- 10:55 AM
posted by Par
Popstrology - the idea that your fate/character is determined not by the celestial alignment under which you were born, but the pop song that was at the top of the charts on your birthday. 'If, for example, you happen to have been hatched during that brief, blissful period in October, 1976, when the airwaves were ruled by “Disco Duck,” you may have inherited from its creators, the opportunistic d.j. Rick Dees and His Cast of Idiots, an ability “to parlay simple needs and even modest gifts into the precise degree of greatness to which you aspire.”'
Meh, makes about as much sense as actual astrology. Well, unless you're reading these horoscopes. Those ones are totally true.
March 23, 2005 -- 10:10 AM
posted by edo
March 23, 2005 -- 2:27 AM
posted by nobody knows my face
The new "the Plot To Blow Up The Eiffel Tower" album love in a facist brothel is gonna rip you a new asshole when it comes out. I know I already shit sideways and I only just downloaded it. Fuckineh!!!
March 23, 2005 -- 12:12 AM
posted by nobody knows my face
speaking of which, I saw Agnostic Front on Monster Garage last night. That was sweet.
ERIC: yeah, I want that wolfeyes shit too... plus probably some other stuff from SUB POP. I was gonna ask you about that as well.
