Y
Y
I heard some enthusiasts on the game hacker forum say that the windows.h C++ library is very useful for writing C++ reverse game programs, so I started to learn it.
Crazy💖
I need software C++ plz
Anonymous
who can code
MuchubaTactics
Anonymous
can you
MuchubaTactics
Yes
Rose
Another one bites the dust...!
Banned X..
Reason:
game offtop
Rose
who can code
Don't ask meta questions. In other words, don't ask to ask. Questions like "Does anyone know XYZ?", "Has anyone used XYZ?" or "Can someone help me?" are all considered meta questions because they don't specify what your actual problem is.
These questions give the impression that you want people to approach you and offer their help as if they don't have any other work to do. Now doesn't that expectation make you look like an idiot?
If you have a question ask it directly. You are more likely to get a response that way.
Rose
Anha
User MuchubaTactics has 1/2 warnings; be careful!
Reason:
non english
Газировка
Hello friends, if I post a fairly large code, will someone be able to help if something happens in the C language?
Rose
Hello friends, if I post a fairly large code, will someone be able to help if something happens in the C language?
Don't ask meta questions. In other words, don't ask to ask. Questions like "Does anyone know XYZ?", "Has anyone used XYZ?" or "Can someone help me?" are all considered meta questions because they don't specify what your actual problem is.
These questions give the impression that you want people to approach you and offer their help as if they don't have any other work to do. Now doesn't that expectation make you look like an idiot?
If you have a question ask it directly. You are more likely to get a response that way.
Danya🔥
Soprat//Котик
Газировка
Dio
hi, has anyone ever compiled 7zip from scratch? I can compile the single PE but don't understand how to compile the installer
\Device\NUL
Deniz Özgür
what is windows native api
\Device\NUL
Historically, Windows has some subsystem, Win32 subsystem, POSIX subsystem, OS/2 subsystem
\Device\NUL
But most of Native API aren't documented because its backward compability and stability not guaranteed.
\Device\NUL
That's how Windows manage backward compability in the first place
\Device\NUL
https://en.wikipedia.org/wiki/Windows_Native_API
Deniz Özgür
thats why windows has undocumented kernel functions right?
\Device\NUL
Ludovic 'Archivist'
Oh, the undocumented ones are not that bad, the worst is when the official documentation is completely wrong
Кіт ✙
Ludovic 'Archivist'
For example, last time I tried to use it, the MIDI device documentation was so horribly wrong we couldn't figure it out until someone at MS gave us pointers in github issues
\Device\NUL
Malware Dev also use Native API cause it can escape some AV detection
\Device\NUL
Atleast Win32 API is self-desciptive unlike POSIX with simple naming
Ludovic 'Archivist'
Undocumented endpoints in open-source projects are relatively OK, but you can't look under the hood to find what you need in windows
Deniz Özgür
is reactos have this api's because I want to try code an anti-hack software
Ludovic 'Archivist'
Like, the MIDI issue I was talking about? The function signatures were entirely wrong
\Device\NUL
Кіт ✙
\Device\NUL
Ludovic 'Archivist'
Which function is that?
I don't remember, that was a few years back, it was some API for reading inputs from MIDI devices or outputing to MIDI devices
Oskar
have someone experience with vst audio programming ?
\Device\NUL
Ludovic 'Archivist'
paa
Hello, I need help to do a job in C on the passage of signals between processes
paa
The program is about making an infinity where the processes revolve continuously up to a time of 25 seconds in Linux and one restriction is that you dont use sleep you need to use sigalarm
paa
If someone can help me, talk to me privately and I'll send you a document of what needs to be done
Ludovic 'Archivist'
paa
I just need help. I don't want anyone to do it to me.
Ludovic 'Archivist'
Ludovic 'Archivist'
paa
My problem is in the signal handler. I don't know if you'll have anything about that.
Ludovic 'Archivist'
paa
Thans
Chat Boss
Suparna Dhara sent a huge message, it has been re-uploaded as a file
Given a string of length n, find the numbers in the string and check if it’s an Armstrong Number..
shafe shabaninejad
Hi guys, what is the best course in udemy yo learn cpp?
Edmin
Hi everyone
Edmin
I have about 20 years experience in C/C++
Edmin
I am good at Data Structure and Algorithm
Edmin
If anyone has a job, please DM me
𝖳𝗁𝖾 𝖠𝗅𝗀𝗈𝗋𝗂𝗍𝗁𝗆 𝖭𝗂𝗇𝗃𝖺 ⚪♛
Jer
XD
PhD
Kinda annoying interface that you're redirected to the bot itself. Then you gotta delete the chat...
PhD
Anyways, nice to see such an immense C-community here :)
PhD
Is there an off-topic group chat of this group?
Ighor
PhD
I read the rules, but starting from the first point) Thanks.
Never Spam Bot
This looks like a spam. Sorry, I can't delete/restrict that user/message. I have not enough rights or the message is older than 24 hours ago.
See spam? Quote it and send /spam
klimi
/add whitelist-domain https://onlinegdb.com
Danya🔥
Edgar
Hello. Can someone help me?
how to write it in one function?
template <typename T1>
auto convert_args( const T1& a0 ) { return std::make_tuple( convert(a0) ); }
template <typename T1, typename T2>
auto convert_args( const T1& a0, const T2& a1 ) { return std::make_tuple( convert(a0), convert(a1) ); }
template <typename T1, typename T2, typename T3>
auto convert_args( const T1& a0, const T2& a1, const T3& a2 ) { return std::make_tuple( convert(a0), convert(a1), convert(a2) ); }
// ... etc
Danya🔥
klimi
/add@daysandbox_bot whitelist-domain https://onlinegdb.com
Danya🔥
/add@daysandbox_bot whitelist-domain https://onlinegdb.com
klimi
they changed the bot... apparently