C
C#•2mo ago
luka anonymo

Help with libraries

Hey, I just " coded " this c++ code using chatgpt and I need a little bit of help, I need help with putting files in folders like: include, lib, and others I dont really understand it. ( Includes are down ). When i put the whole imgui folder into "include" it just extracts it and nothing works. same as for other files. Any help will be appreciated! >> Dont worry about the model folder.. #include <iostream> #include <opencv2/opencv.hpp> #include <onnxruntime/core/session/onnxruntime_cxx_api.h> #include <imgui.h> #include <imgui_impl_glfw.h> #include <imgui_impl_opengl3.h> #include <GLFW/glfw3.h> #include <thread> #include <chrono> #include <atomic> #include <mutex> #include <vector> #include <Windows.h> #include <dwmapi.h>
No description
6 Replies
leowest
leowest•2mo ago
$cpp
MODiX
MODiX•2mo ago
We're partnered with Together C & C++, check them out here: https://discord.gg/vnyVmAE
luka anonymo
luka anonymo•2mo ago
oh alright sorry
leowest
leowest•2mo ago
yeah different language 😉 hope u understand no need to be sorry
MODiX
MODiX•2mo ago
If you have no further questions, please use /close to mark the forum thread as answered
Jimmacle
Jimmacle•2mo ago
1. this is a C# server, not C++ 2. it will be hard to get help if your project is chatgpt output that you don't understand ree chat jump
Want results from more Discord servers?
Add your server
More Posts
Trying to use Electron.NET with Blazor Web AppWhen I tried creating a ``Blazor Web App`` and implementing [Electron.NET](https://github.com/Electr.net ecosystem questionsI am a bit confused on what is .net and it's ecosystem. From my understand and please correct me ifASP.NET: Elegant controller <-> service interactionHey! I am looking for an elegant controller <-> service interaction. Example (pseudocode): ```cs [ACan't figure out how to apply attributes to values in json property dictionary (System.Text.Json)This is my model that I'm working with ```csharp //TODO convert to DateTime [JsonPropertyName("peacRecommendation for handling logging in a APIHello Hello. Im fairly new in the DOTNET world so im not familiar with all the libs. I want to use Reading config files (mostly secrets) from outside appsettings and env vars - bad idea?Looking for best practices / existing features to avoid reinventing the wheel (more than we have). asp - Calling another api endpointHey, i have a stream containing a raw request and would like to call the asp.net core request pipeliTesting practices and librariesI'm just starting with testing, I'm not that much of a fan, most of the time for me it wasn't neededSwitching to C# and curious if there's anything I could improve on in this very basic math script.```c# class Program { static void Main() { MathClass.Print(2,5,"subtract"); } } General Google SSO Login QuestionSo i've set up my Google SSO in ASP.NET; And when logging in you get returned a JWT Token. Our Fro