|
May
3 |
|
accepted | Can't change Strings into int in `[]` |
|
Apr
30 |
|
revised |
Can't change Strings into int in `[]` added 79 characters in body |
|
Apr
30 |
|
comment |
Can't change Strings into int in `[]` @oldergod, Hi, I jsut modify it. And I don't think i'm calling array[nil]. With the same input, the second version of my code works well. |
|
Apr
30 |
|
revised |
Can't change Strings into int in `[]` added 46 characters in body |
|
Apr
30 |
|
asked | Can't change Strings into int in `[]` |
|
Apr
29 |
|
comment |
Array.each_with_index doesn't run as expected @CharlesCaldwell, Sure. Sorry for late. When I mark this as answer, it said I should wait 9minutes. And I forget it after a while. I think I got Alzheimerdisease. :-) |
|
Apr
29 |
|
accepted | Array.each_with_index doesn't run as expected |
|
Apr
28 |
|
comment |
Array.each_with_index doesn't run as expected ohhhhhh. I'm foolish... Yes, I know I'm overriding a core class. Thank you very very much! |
|
Apr
28 |
|
asked | Array.each_with_index doesn't run as expected |
|
Apr
8 |
|
comment |
Global Hotkey with X11/Xlib a good library. +1 for you. Thanks :-) |
|
Mar
28 |
|
revised |
How to performe like shell to show the lastest input when press up key point the key. |
|
Mar
28 |
|
comment |
How to performe like shell to show the lastest input when press up key Howdy Matt. I'll get a editable history line when I using zsh. But how to print an editable line here in @Laurent's repl? I think he know how to print an uneditable line. :-) |
|
Mar
5 |
|
awarded | Caucus |
|
Feb
14 |
|
awarded | Popular Question |
|
Feb
14 |
|
comment |
Java vs C#: Are there any studies that compare their execution speed? Since both of them are based on vm. it's improtant about choosing the vm. Both choose the offical vm is a good choice. |
|
Jan
26 |
|
comment |
having trouble with a "\n" and scanf I think the scanf always clean the return. he get this output, since he used getc before scanf.
|
|
Jan
25 |
|
comment |
can't understand the output of the simple c code about function call in linux oh, really sorry. Typo... sorry. I mean I changed to n = 123321... but still get 1.
|
|
Jan
25 |
|
comment |
can't understand the output of the simple c code about function call in linux thank you. Could you please tell me why the second function don't touch the stack? it should push it's return address and %edx to the stack, shouldn't it?
|
|
Jan
25 |
|
comment |
can't understand the output of the simple c code about function call in linux No. you don't found the difference between my two codes. I know you want to explain pass by value and shadow. But it's not my question. I want to know why the output is different. |
|
Jan
25 |
|
comment |
can't understand the output of the simple c code about function call in linux hi, I modified my f() and changed to num = 123321;. I still get a 1 not 123321. So, I can't agree with your answer. pity... :-(
|