Computer Science Canada

I Need Help!!

Author:  UltraMarioSonicZeldaMaste [ Thu Apr 10, 2008 7:21 pm ]
Post subject:  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.

Author:  Mackie [ Thu Apr 10, 2008 7:28 pm ]
Post subject:  RE:I Need Help!!

Is this the user we are supposed to pick on, or is it just good timing?

Author:  Nick [ Thu Apr 10, 2008 7:32 pm ]
Post subject:  RE:I Need Help!!

Mackie it's too good to be true it must be that user

Author:  jinjin [ Thu Apr 10, 2008 7:35 pm ]
Post subject:  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

Author:  scryed [ Thu Apr 10, 2008 7:39 pm ]
Post subject:  Re: I Need Help!!

UltraMarioSonicZeldaMaste @ Thu Apr 10, 2008 7:21 pm wrote:
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.

Author:  CodeMonkey2000 [ Thu Apr 10, 2008 7:46 pm ]
Post subject:  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:
tooring:

#include<iostream>
using namespace std;

int main()
{
     int numThatGuyShouldMemorize;
     cin>>numThatGuyShouldMemorize;
     cout<<numThatGuyShouldMemorize<<endl;
     return 0;
}

Author:  DaveAngus [ Thu Apr 10, 2008 9:02 pm ]
Post subject:  RE:I Need Help!!

I havent learnt that yet either. Sorry I cant help you here.......


Oh just kidding.

Ok bud.

ok so you said you know puts and variables...
ok well heres a new command...
get
so you want to assign a variable for example
code:

var num1 : int

then you want to ask the user to input a number.
Use your put statement and then have a get statement underneith.
for example
code:

get num1

then you have to use another put statement to output the number.
Try it out.
I hope I got you started a bit.
I didnt want to completely spoil the fun!

Take care.

Author:  Nyrd [ Thu Apr 10, 2008 9:20 pm ]
Post subject:  Re: RE:I Need Help!!

Mackie @ Thu Apr 10, 2008 8:28 pm wrote:
Is this the user we are supposed to pick on, or is it just good timing?


If it's not that special user than it's probably DaveAngus trying to make himself look good . . . Razz
The timing is just too good for it to be a coincidence.

Author:  Clayton [ Thu Apr 10, 2008 9:29 pm ]
Post subject:  RE:I Need Help!!

This is pure spam. Try again next time.

This thread is locked


: