Errors, bugs, questions - page 2529
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
Question about permissible characters in identifiers. Example
The result:
Received a variable identifier with a space.
If we rewrite the example like this:
then we can formulate a contradiction: What is the difference between (1) and (2)?Well from a C/C++ point of view there is an error in µl. Any number of spaces/comments can be inserted before/after operator ##, tokens will be split first and then the preprocessor will start, i.e. it won't even see these spaces, the standard hash_hash has an example:
only tokens that together form a valid token can be used.
ZS: some people say that c/s++ is not an authority for them, why do they keep mentioning them, and anyway it's mcl, not ..., maybe they have a proper explanation?
maybe they have the right explanation?
When working with large source files ME gets very sluggish - two 30 MB files, even switching from one to another causes sluggishness, especially if copying large amount of code from one to another. And in general, editing such files leads to working in slow motion - tiresome.
30MB of text is clearly not needed for the job. Trouble yourself once, then put this data into an incluid.
30MB of text is clearly not needed for the job. Torture it once, then put the data into an incluid.
The data is single-type and subject to constant editing; it forms the basis of EA modification.
When working with large source files ME hangs a lot - two files of 30 MB, even switching from one to another causes hangs, especially when copying a large amount of code from one to another. And in general, editing such files leads to work in slow motion - tiresome.
I think all text editors will behave this way
you need to break up such a huge source code anyway, or rewrite part of it in a library
Please help with a small task. I need a script that calls LABEL, which will blink at a certain interval, and that's it. The frequency of blinking and specifying coordinates I will do myself, the main thing for me is the function itself.
I found an example, rewrote it for my needs, but it just doesn't work. It blinks as it pleases, then every second, then disappears for a few seconds. And I would like the script to be executed until you stop it, not a certain number of times.
Unlikely to be corrected, but a mistake in general:
Alert: world
expected: Alert: A
I think all text editors will behave this way
All the same, you need to try to break such a huge source code into parts, or rewrite part of the code in the library
EditPad Lite works great with gigabyte files, copying and editing - I really liked the utility. Which means it's realistic. I understand the initial load when opening, or if you don't work with a tab for a long time, but now even editing a file is very difficult.