c++ tag

886 questions


1 answers
118 views
0
a way of earning more points by finding the length of a route

Hello. Thank you for your continuous support.Now I'm making a game like Packman, and I'm making something like AI of enemy characters.At that time, I could ask for the shortest route to take the item,...

1 years ago

3 answers
58 views
0
What is the difference between const and define?

How do you use these two differently?Should I unify it to one of them?I may have skipped it when I was getting started, but I don't remember it at all

1 years ago

1 answers
83 views
0
Unable to create subfolder in mkdir under Documents folder in iOS

/var/mobile/Applications/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX/Documents I wanted to create a subfolder, so I wrote the following source code.I created a subfolder with mkdir, but the mkdir return value...

1 years ago

1 answers
63 views
0
Understanding LEAPMOTION Programs in c++

Recently, I tried to create a LEAPMOTION program in c++, but I don't know how to extract each element, such as the y coordinate of the index finger Middlebone. I can read from the sample how to displa...

1 years ago

1 answers
69 views
0
Understanding LEAPMOTION Programs in c++

Recently, I tried to create a LEAPMOTION program in c++, but I don't know how to extract each element, such as the y coordinate of the index finger Middlebone. I can read from the sample how to displa...

1 years ago

4 answers
104 views
0
# With regard to

You are now trying to deploy the C++ macro on your own.So I found #define and it looked like this.#ifndef OuHolder_h#define OuHolder_h#define like this seems to indicate OuHolder_h is defined.I don't ...

1 years ago

4 answers
121 views
0
# With regard to

You are now trying to deploy the C++ macro on your own.So I found #define and it looked like this.#ifndef OuHolder_h#define OuHolder_h#define like this seems to indicate OuHolder_h is defined.I don't ...

1 years ago

1 answers
60 views
0
Wrapper Library Placement

To use unmanaged C++ Dll from the C# side, we created a wrapper library using C++/CLI.C# tried to create a Test project and verify its operation, but failed to load the library.A copy of the wrapper l...

1 years ago

1 answers
73 views
0
What is Judy array?

It looks like an associative array, but For associative arrays, map I think it's sufficient that it's easily prepared in STL.Why was Judy array born?Compared to map and set, what is the big difference...


1 answers
70 views
0
How to use the camera in the Windows desktop app for Win8 (tablet) (change package.appxmanifest?)

This is about the title.The WinRT API is available for Windows desktop applications, so https://software.intel.com/en-us/articles/using-winrt-apis-from-desktop-applications(List of available APIs) htt...

1 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.