
-----------------------------------
UltraMarioSonicZeldaMaste
Thu Apr 10, 2008 7:21 pm

I Need Help!!
-----------------------------------
I'm taking Gr10 compsi but my teacher really sucks and he disn't teach us anything but I was taking inichitive and i learned about variabless and how to get them and put commands. I am using turing (i find it hard to learn this new languige sinse i switched over form teh .EXE languige which I learned) but its just my theacher sucks so much, u know? lol

anyways, my assignment wich I was assigned by my crub teacher was to Get and number an print it ourt. But he hasnt thought us taht yet rofl!!!!!!

So abnywa, can you guys send me the pogrram code to my email? Thank llolollol

My hotmail is zeldamaster8562@hotmail.com
Thanks agin1!!

PS I jsut shot a guy in counterstrnike. I pwnage in that gmae.

-----------------------------------
Mackie
Thu Apr 10, 2008 7:28 pm

RE:I Need Help!!
-----------------------------------
Is this the user we are supposed to pick on, or is it just good timing?

-----------------------------------
Nick
Thu Apr 10, 2008 7:32 pm

RE:I Need Help!!
-----------------------------------
Mackie it's too good to be true it must be that user

-----------------------------------
jinjin
Thu Apr 10, 2008 7:35 pm

Re: I Need Help!!
-----------------------------------
I think you need to check out the walkthrough Turing tutorial here: http://compsci.ca/v3/viewtopic.php?t=8808

The answer to your question will be in there for sure and you can learn a lot of other good Turing procedures for self-learning there as well. 

P.S. Use spell check please. Nobody will take you seriously if you use so much internet slang.

Regards,
jinjin

-----------------------------------
scryed
Thu Apr 10, 2008 7:39 pm

Re: I Need Help!!
-----------------------------------
i find it hard to learn this new languige 

I know what you mean. English is a VERY HARD language to learn, keep trying ... you'll get it one day.

-----------------------------------
CodeMonkey2000
Thu Apr 10, 2008 7:46 pm

RE:I Need Help!!
-----------------------------------
Well in side your computer there this little guy who takes your code, reads it and makes the screen do what you said. A variable tells him to memorize stuff. And like you should declare it, tell the guy to memorize it, then tell him to like put it on the screen somehow. Try this:

#include
using namespace std;

int main()
{
     int numThatGuyShouldMemorize;
     cin>>numThatGuyShouldMemorize;
     cout