Anonymous
Anonymous
Nils
Yes
CreateProcess and WinExec
Anonymous
And it doesn't have 10 variations
Anonymous
Afaik, it has only W and A
Nils
Anonymous
Nils
... And why would you want that in filenames, registry keys etc? 🤔
Nils
Doesn't sound like a good idea to put wide characters into filenames
Anonymous
Good question
Anonymous
Im not sure
Anonymous
I dont use it 😂
Nils
Junaid
How to create an audio player with Playlist options using some data structure in C++
Nils
Laopigo
Why does calling SDL_SetRenderDrawColor function cause a segmentation fault?
https://pastebin.com/NdsE7jf3
arfa
is there any c++ or c# to c converter
Li
Anonymous
Spirit
Spirit
I’m not sure c# should really be in that sentence tho
Spirit
Granted I’ve barely used c# but it doesn’t really remind me of c++ or c
Spirit
I thought it was more similar to Java
\Device\NUL
Anonymous
I waiting for it few hours, please someone build it for me.
MᏫᎻᎯᎷᎷᎬᎠ
So
I was working with a C++ RPC library rpcLib based on Message Pack format which uses the protocol to handle requests and responses
It has both client and server sides classes for it
And it works fine so far until I downloaded a client side library on JS and tried to make a call to an RPC function, which results a crash on the server side(some type_error exception, it's weird I know), so my thoughts are that the library is made to be used by its components(classes) for both server and client side
Nevertheless, the library is cool in some context, it has workers threads approach to handle and process rpc calls, gives a unique SessionID to each connected client, logging facility
Is there any library like so for C++, that doesn't crash?
The message formatting protocol doesn't really that matter(Unless it's xml, I'll be conservative for that)
Talula
I think you can make it on the site itself.
Anonymous
I think you can make it on the site itself.
I'm newbie, can you please build it for me?
I don't have any idea how to work with this library but if someone build it for me I'll start learning it.
Talula
Anonymous
Anonymous
Anonymous
Compile it
Are you sik? I don't know to how to compile it that's the problem
Anonymous
Just go to Visual Studio Installer, check "C++ Development" and boom install
Anonymous
Anonymous
Anonymous
Sik?
Yeah my English also is awful like my coding
Anonymous
If it doesn't have .sln files, what build system does it use?
Nils
/report
Anonymous
Nils
*sick (?)
Anonymous
Anonymous
*sick (?)
Why would he ask that tho?
Nils
fact is, he did lol
Anonymous
😐 There are more than 15k member can just somone compile it for me?
Anonymous
fact is, he did lol
I guess he is asking if I'm mental, because I tried to help him. Kinda rude lmao
Nils
Nils
Anonymous
Nils
Why you care?
if it is something small I could just do it I am just sitting in free time rn anyways
Hanz
https://github.com/open-quantum-safe/liboqs-dotnet
Anonymous
Hanz
oh
Nils
also Null how much do you pay?
Anonymous
Nils
for me compiling your stuff
Anonymous
Hanz
lol
Nils
Anonymous
Hanz
Nils
Are you serious?
yes why would I do that for free lol if you can do it yourself
klimi
Null:
https://github.com/open-quantum-safe/liboqs
Nils
lol
Hanz
Null lets come to my PM, lets end this discussion
Anonymous
Anonymous
Hi all, am using cin.ignore() when inputting strings, works fine only that first character is omitted, how to fix this
Bojan_Krdemn
Hi! I am implementing heap data structure as a part of an assignment. Want to ask what.
When I delete the root node, I move it to the end of the array, right? And there it lies untill it gets being rewritten
Anonymous