|
-
Oct 26th, 2004, 04:17 AM
#1
Thread Starter
Fanatic Member
whats the quicker way to write x = x + 1
-
Oct 26th, 2004, 04:18 AM
#2
-
Oct 26th, 2004, 04:19 AM
#3
Or was this one of those rare serious questions? 
x++
x+=1
(x+1)
-
Oct 26th, 2004, 04:19 AM
#4
Thread Starter
Fanatic Member
-
Oct 26th, 2004, 04:20 AM
#5
-
Oct 26th, 2004, 05:16 AM
#6
Not NoteMe
x=x+1
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
-
Oct 26th, 2004, 05:22 AM
#7
KING BODWAD XXI
C++ or VB?
-
Oct 26th, 2004, 05:29 AM
#8
Or ASM...EEK...
-
Oct 26th, 2004, 09:02 AM
#9
Banned
none of you are right im righter
-
Oct 26th, 2004, 10:56 AM
#10
I'm glad that .NET has included x+=1. Now how about X++?
My usual boring signature: Nothing
 
-
Oct 26th, 2004, 11:01 AM
#11
-
Oct 26th, 2004, 01:49 PM
#12
Originally posted by Shaggy Hiker
I'm glad that .NET has included x+=1. Now how about X++?
You can run by pressing in B...then you jump by pressing A, and if you land on that gigantic mushroom then you will be ONE greater.....
-
Oct 26th, 2004, 02:00 PM
#13
I haven't a clue what you are talking about. Perhpas it all relates to that mushroom you are mentioning.
My usual boring signature: Nothing
 
-
Oct 26th, 2004, 02:07 PM
#14
Originally posted by Shaggy Hiker
I haven't a clue what you are talking about. Perhpas it all relates to that mushroom you are mentioning.
I am talking about Super Mario Bros....1UP....
-
Oct 26th, 2004, 10:37 PM
#15
Fanatic Member
Originally posted by Shaggy Hiker
I'm glad that .NET has included x+=1. Now how about X++?
If C#, C++, J#, yes. If VB, no.
I don't know about Cobol.
-
Oct 27th, 2004, 12:24 AM
#16
-
Oct 27th, 2004, 12:49 AM
#17
COBOL
ADD 1 TO VALUE-OF-X.
-
Oct 27th, 2004, 12:58 AM
#18
Fanatic Member
I only know
Code:
procedure division.
main.
display "hello world".
stop run.
-
Oct 27th, 2004, 02:48 AM
#19
KING BODWAD XXI
I learnt cobol but cant remember any of it
-
Oct 27th, 2004, 02:51 AM
#20
Originally posted by BodwadUK
I learnt cobol but cant remember any of it
Even the Environment Division?
-
Oct 27th, 2004, 03:06 AM
#21
KING BODWAD XXI
when I say any I mean any
-
Oct 27th, 2004, 07:09 AM
#22
Fanatic Member
Re: whats the quicker way to write x = x + 1
Originally posted by davebat
?
You've wasted more time and engery posting this query than you'll
ever gain by shortening that line of code.
And now you've wasted my time too.
-
Oct 27th, 2004, 08:10 AM
#23
Originally posted by BodwadUK
when I say any I mean any
Yeah Mar_zim, when the big dog barks, YOU LISTEN!
-
Oct 27th, 2004, 08:12 AM
#24
-
Oct 27th, 2004, 08:13 AM
#25
Lively Member
x augmented with one equals x
A post brought to you by the Grim Reaper Appreciation Society™
"Buy your lifetime subscription now and save on your coffin"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|