winapi tag

16 questions


1 answers
128 views
0
Compare _beginhread / _beginhreadex / CreateThread in Windows threading

I want to know the pros and cons of comparing those three.All 3 functions create a new thread.I know that it's easier to know the error when you call CreateThreadCan you compare how the other three ar...

1 years ago

1 answers
63 views
0
When caught in a WINAPI program vaccine

Based on the major information and communication infrastructure guide provided by KISA, a program that changes PC registry settings is made into WINAPI, but the vaccine keeps catching it. What should ...

1 years ago

1 answers
65 views
0
visual studio

1 years ago

1 answers
75 views
0
While practicing classes in winapi, how do I export to the getter setter or change the value of the imported variable?

// Declare score variables in the Player classm_nScore;Player::Init(){ m_nScore = 0;}// Getter int GetPlayerScore() { return m_nScore; }// Dynamic Assignmentm_pObjects = new Objects;m_pObjects->Set...

1 years ago

1 answers
97 views
0
winapi (win32) Space Invader Game (How do I shoot a bullet)

I've been thinking about it for about 8 hours, but I can't solve it, so I'm posting a question.Like the title, I'm making a space invader game in winapi (win32). If you press the space bar, a bullet w...

1 years ago

1 answers
56 views
0
Does it take a long time to learn win32api

I'm a college student I made a program with c source code, but there was a feedback that it would be better to make it GUI method if I made it with a desktop application, but I have to learn it this s...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.