Mihail
Or well try doing it in Windows, but I won't be able to help and probably most others won't either
void
Ok, so or I buy a new PC with linux or i need to do it in windows lol
You can write distro image to CD or USB, boot from it and just install near Windows
Neutronix
Weeks? Wtf 😱
Yes :( too much data and cicles, but the program is not so much big
Neutronix
The code for doing it
Mihail
Yes :( too much data and cicles, but the program is not so much big
What exactly are you doing that it'd take 2 weeks?
Mihail
Because now that he said that, really made me curious. Like 2 weeks is so much time
Neutronix
Because now that he said that, really made me curious. Like 2 weeks is so much time
It's a bit complex to explain, but it's not really important
Neutronix
I made the first one with Pascal and it was very slow
Neutronix
Or well try doing it in Windows, but I won't be able to help and probably most others won't either
Oh, that's bad, but if I try to copy and paste the code from the read me in the promp there's a chance?
Neutronix
"in the read me"?
Sorry, the opposite
Anonymous
I don't understand you
Mihail
Oh, that's bad, but if I try to copy and paste the code from the read me in the promp there's a chance?
I don't know how variables work in PowerShell, but I doubt it'd be identical to sh (what you'd have on Linux)
Neutronix
I don't understand you
Ok Danya, don't worry, and thanks anyway
Mihail
"in the read me"?
https://github.com/binance-exchange/binacpp/blob/master/README.md
Anonymous
What code do you have in the read me file?
Mihail
I know what is read me
So then what's your question?
Neutronix
What code do you have in the read me file?
Code for set up and also the normal c++ code for use the library, the only problem is to use it in windows
Anonymous
So then what's your question?
I didn't get what is the code it read me Doesn't matter now
Neutronix
Ok, sorry
Don't worry :)
Sudip
i just started vs code
Sudip
there are many extension for it
Mihail
Oh okay, so I'll try
Even if that part works and you manage to compile it after that imyou have to set LD_LIBRARY_PATH which definitely isn't how it's done on Windows
Sudip
can i use others like python in it
Mihail
And there are other sh-specific things in that
Mihail
can i use others like python in it
What made you think a group labeled "C/C++" was the right place to ask?
Sudip
i am just asking only]
Sudip
no problem
Sudip
sorry
Dima
Lol!
Ahmed
Where is thirdBranch:
If thirdBranch is not available then it goes properly to default;
Pavel
If thirdBranch is not available then it goes properly to default;
I thought it just won't compile in this case
Pavel
Will goto compile if there's no label with the given name?
Aym
😐
Aym
OT group's link please
Aym
OT
Aym
/ot
Aym
/ot
Dima
#ot
Ahmed
Will goto compile if there's no label with the given name?
I don't know but who wrote this code has something in the output so complier goes well as I think
Anonymous
Hello guys could somebody help me with this doubt? Is there any diff between creating an object right after class body and creating an objecting in the main function?
Vladimir
class A {...} a; same as class A {...}; A a;
Anonymous
Right after class = in global scope = static storage, in main function = local scope = stack storage
I thought the same just didn't new about the static and stack storage concept behind it
Anonymous
This is the only difference between them or there are more ?
Vladimir
Others more about scoping
Anonymous
Others more about scoping
Global and local ?
Vladimir
Yes
Ahmed
I wrote the following code for help to compress string as Input= ( aaa aaa aaa bbb bbb bbb ccc ccc cccs ) OutPut -> (a3*b3*c2*cccs) — My Question is how to Uncompress this string back to normal one?
Anonymous
Yes
Thanks for helping me out
Anonymous
Is there any difference related to class specifiers between them ?
Vladimir
Is there any difference related to class specifiers between them ?
What do you mean by 'class specifiers'
Vladimir
I wrote the following code for help to compress string as Input= ( aaa aaa aaa bbb bbb bbb ccc ccc cccs ) OutPut -> (a3*b3*c2*cccs) — My Question is how to Uncompress this string back to normal one?
Loop by '*' { atoi second char if number = 0 just write, else Loop over atoi'd number { write to newstr first char * number } write space }
Anonymous
What do you mean by 'class specifiers'
Class access specifiers like public, private and protected does this method of creating an object has anything to do with them also?
Vladimir
It's different things
Anonymous
A class declaration is a class declaration
Anonymous
An object creating is an object creating
Anonymous
An object creating is just calling a specified constructor
Anonymous
Ok got it thanks guys
Neutronix
guys, I'm trying to understand how to build an api, but the official explenation of the website seems full of disconnected informations, i don't understand if is me or also for you this have any logic connections: https://github.com/binance-exchange/binance-official-api-docs
Neutronix
D:
Anonymous
Hey anyone here that uses visual studio 2019 with cmake/vcpkg
Anonymous
I want to include an dependecy
Anonymous
http://thats-a.link/36h8Dt3.png
Anonymous
I know that find_package(spdlog CONFIG REQUIRED) find it
Anonymous
As when i change the spdlog to something else it Shows an error from not found
Ahmed
I use it with vcpkg not cmake
But I don't have any problem with try reinstall VS again
Artöm
I know that find_package(spdlog CONFIG REQUIRED) find it
Maybe bcs you already have all files for spdlog, but not for other libs