Errors, bugs, questions - page 2877
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
How do I know in ME which function/method the cursor is now inside?
I also sometimes scroll up / down the code, then look for where I edited and the cursor is located
If I edited, I use Ctrl + Z (roll back the changes) ME goes to the cursor and immediately Ctrl + Y (roll back the changes)
I also sometimes scroll up / down the code, then look for where I edited and the cursor is located
If I've edited, I use Ctrl + Z (roll back the changes) ME goes to the cursor and immediately Ctrl + Y (roll back the changes)
Similarly! Also ALT + LEFT/RIGHT. But you still need to get the function name. Or go to its definition.
The trouble with private messages again ...
In the search box, type the name of anyone who has written to you. Then everything will go back to normal. I just checked it today.
Has it always been the case that you can't make pointers to staff functions?
Was it always the case that you couldn't make pointers to staff functions?
Yes, it's always been impossible.
Is it correct that there is no error?
This is an oversight at least because the following entries are equivalent
Correspondingly, the compiler's behavior must be identical, which is different
you need to get 1 uint from 2 ushort
there are 2 options(yellow / green):
how would you know which conversion variant would work faster in optimisation (I will use 10 uint and respectively 20 ushort)