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
Here tell me, maybe anyone knows which of standard packers is capable of packing ( compressing) .ex4 type files with the purpose of making them more compact ( it is ruined that they should run in MT4). Thanks. This is close to the topic, always wanted to ask.
From the peculiarities of streaming output in C++. I've just discovered it.
What do you think the output of this simple code is. Only logically, without running the code. Then run it and you'll see that it's very different.
...................
But in second case I checked more interesting hypothesis.
A CreateFileMapping is created with an initial size (e.g. 2 bytes) and 4 bytes are written into it. And it automatically expands itself!
................
This is most likely due to the "granularity" of virtual memory
When reserving memory (CreateMappingFile; VirtualAlloc (MEM_PESERVE)) -- the system rounds up the required amount of memory to a multiple of 64 KB (upwards) and reserves it in the process address space. (but does not allocate physical RAM)
Then when allocating physical memory (MapViewOfFile; VirtualAlloc(MEM_COMMIT))-- it loads necessary memory pages multiple of 4KB.
This is probably just like this.
http://wm-help.net/books-online/book/59464/59464-6.html
http://wm-help.net/books-online/book/59464/59464-10.html
Does anyone have a link to read about transmitting sound from the microphone to the network? More precisely, how and how to read sound from a microphone?
Googled the topic today. I did not find anything.
Does anyone have a link to read about transmitting sound from the microphone to the network? More precisely, how and how to read sound from a microphone?
Googled the topic today. I did not find anything.
I suspect there are other example programs out there.
Is it so hard to google
voip open source
Thank you so much.
also the c++ project inside!
Is it so hard to google
voip open source
Thank you so much
... But I'd try to get a handle on the VoIp application at once )...
After all, there's already integration of audio stream with network transmission and playback there.
For example, the playback of these pkets is a secret for me :-).
Anyway, the problem is that the indicator takes data from a csv file... everything works without any problems... When I start to address this indicator from the Expert Advisor, the errors related to reading the file and the returned data are null:
invalid handle 0 in FileClose
I've looked everywhere and no one has described this problem?????invalid handle -1 in FileIsEnding
invalid handle -1 in FileReadString
invalid handle -1 in FileSeek
dispel any doubts
is identical to the following
or is it correct to choose an order first ?