| Author |
Message |
GAMER Gaming Demi-god

 Joined: 22 Sep 2002 Posts: 1421 Location: chasing chikeds in the snow!
|
Posted: Fri Jul 06, 2007 11:22 pm
Post subject: |
|
|
| tinman47 wrote: | ...Take a moment to look at the
number of views that are on this thread;Don't you think that a
few people would want it? |
I readz it fer teh lulz.
When i "built" this computer the messenger system thing wasn't disabled automatically like when i normally install windows...It was fun. I'm surprised people still use it for spamming...It's been on the "auto-disable" for a long while now, no?
GAMER |
|
| Back to top |
|
 |
tinman47 Lord of Gaming

 Joined: 24 Feb 2007 Posts: 231
|
Posted: Sat Jul 07, 2007 1:27 am
Post subject: |
|
|
Yeah,I admit that TextPad was kind of useless,and that net messenger thing doesn't always work,but the thing I really like about TM47-DOS is TM47-BASIC.Why don't
you try typing HELP or typing a "?[COMMAND GOES HERE]". |
|
| Back to top |
|
 |
MiniMax Expert

 Joined: 25 Jan 2007 Posts: 162 Location: Stockholm, Sweden
|
Posted: Sat Jul 07, 2007 3:42 am
Post subject: |
|
|
| Truly amazing! |
|
| Back to top |
|
 |
Larry Laffer Admin

 Joined: 19 Feb 2006 Posts: 3918 Location: Romania
|
Posted: Sat Jul 07, 2007 6:25 am
Post subject: |
|
|
| tinman47 wrote: | Yeah,I admit that TextPad was kind of useless,and that net messenger thing doesn't always work,but the thing I really like about TM47-DOS is TM47-BASIC.Why don't
you try typing HELP or typing a "?[COMMAND GOES HERE]". |
There's no need to do that, I checked the code... my opinion remains the same! |
|
| Back to top |
|
 |
GAMER Gaming Demi-god

 Joined: 22 Sep 2002 Posts: 1421 Location: chasing chikeds in the snow!
|
Posted: Sat Jul 07, 2007 8:08 am
Post subject: |
|
|
| Larry Laffer wrote: | | tinman47 wrote: | Yeah,I admit that TextPad was kind of useless,and that net messenger thing doesn't always work,but the thing I really like about TM47-DOS is TM47-BASIC.Why don't
you try typing HELP or typing a "?[COMMAND GOES HERE]". |
There's no need to do that, I checked the code... my opinion remains the same! |
Ahem. "I looked at the source code"...
GAMER |
|
| Back to top |
|
 |
dosraider Admin

 Joined: 15 Mar 2005 Posts: 7189 Location: ROTFLMAO in Belgium.
|
Posted: Sat Jul 07, 2007 8:13 am
Post subject: |
|
|
| GAMER wrote: | I readz it fer teh lulz.
GAMER |
WARNING
Lulz_O_Gauge is coming close to RED in this topic.
 |
|
| Back to top |
|
 |
Larry Laffer Admin

 Joined: 19 Feb 2006 Posts: 3918 Location: Romania
|
Posted: Sat Jul 07, 2007 8:54 am
Post subject: |
|
|
| GAMER wrote: | Ahem. "I looked at the source code"...
|
lulz, I didn't even realize what I said  |
|
| Back to top |
|
 |
tinman47 Lord of Gaming

 Joined: 24 Feb 2007 Posts: 231
|
Posted: Sat Jul 07, 2007 10:48 am
Post subject: |
|
|
| Seriously guys,if you guys know how to use Batch,why don't you guys just make it your own? |
|
| Back to top |
|
 |
dosraider Admin

 Joined: 15 Mar 2005 Posts: 7189 Location: ROTFLMAO in Belgium.
|
Posted: Sat Jul 07, 2007 11:11 am
Post subject: |
|
|
Why you think we can't write some batch files?
Maybe we simply don't feel the urge to post them here.
Afterall, batch writing is as old as the ... as the ... now yeah, it's old.
You seem to enjoy your discoveries in that segment, good for you, you can learn and experiment things in it.
Forgive us if we don't get all excited about old news, sorry for the complete lack of excitement.
Nevertheless, keep on going, aslong you enjoy it, go ahead.
Let me predict that you soon will reach the end of batch possibilities, and you will look further. |
|
| Back to top |
|
 |
tinman47 Lord of Gaming

 Joined: 24 Feb 2007 Posts: 231
|
Posted: Sat Jul 07, 2007 11:13 am
Post subject: |
|
|
DosRaider...Now you got me thinking
And I never said you guys can't write Batch. |
|
| Back to top |
|
 |
tinman47 Lord of Gaming

 Joined: 24 Feb 2007 Posts: 231
|
Posted: Sat Jul 07, 2007 2:38 pm
Post subject: |
|
|
Well,now I released that Batch File,now I can move on with programming.I just learned how to program in C and I am enjoying it.I will release no more Batch files because nobody uses them anymore and they don't apply to my projects.So I'm moving on.C is very simple ,just uses math.Then I'll move on to C++.Till then,I release a few programs I made with C.
Until next time.  |
|
| Back to top |
|
 |
dosraider Admin

 Joined: 15 Mar 2005 Posts: 7189 Location: ROTFLMAO in Belgium.
|
Posted: Sat Jul 07, 2007 4:17 pm
Post subject: |
|
|
| tinman47 wrote: | DosRaider...Now you got me thinking |
Ow, I hope that wasn't too painfull.
*joky* |
|
| Back to top |
|
 |
tinman47 Lord of Gaming

 Joined: 24 Feb 2007 Posts: 231
|
Posted: Sat Jul 07, 2007 4:25 pm
Post subject: |
|
|
I only had like two siezures and a minor case of torretes. I also killed like 4 of the 6 brain cells I have left.I also have a serious spaz like every 20 seconds.
Im okay...
 |
|
| Back to top |
|
 |
tinman47 Lord of Gaming

 Joined: 24 Feb 2007 Posts: 231
|
Posted: Fri Jul 13, 2007 9:31 am
Post subject: |
|
|
Okay I have a question.
When I was programmin in C,I was creatin a function:
Now is there a purpose for passing variables in a function?Like
| Code: |
int createbullet(d%)
|
???  |
|
| Back to top |
|
 |
emmzee Site Admin

 Joined: 14 Sep 2002 Posts: 2140 Location: Mississauga, Ontario, Canada
|
Posted: Fri Jul 13, 2007 10:08 am
Post subject: |
|
|
It's so that you can pass variables/values to the function.
Ex, say you create a function to perform a specific task, like find the area of a triangle:
float tri (float b, float h) {
return b * h * 0.5;
}
Then every time you wanted to find the area of a triangle, you'd just do like:
area = tri(5.6, 3);
Of course this is a simple example, your functions will usually be more complex than this.
More on functions:
http://www.cprogramming.com/tutorial/c/lesson4.html |
|
| Back to top |
|
 |
|