#help! in cpp
73 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
It depends on what tools you’re using! I would recommend downloading Visual Studio and following along with a tutorial.
what kind of application?
what os are you targeting?
Everyone learns differently, but the best way is to learn by doing: Working on personal projects, solving programming challenges, etc. Here are some resources to accompany you:
- Programiz
- codecademy
- learncpp.com if you have prior experience with programming
- [Programming Challenges](#archived-resources message)
- CodinGame
- LeetCode
- HackerRank
- An Introduction to Modern CMake
- Our #1124619767542718524 channel. It contains many useful utilities.
qt pretty is good
You got a few options
Visual C++ for Windows-only
Qt and WxWidgets for cross-platform apps
Ok but i want to use imgui
then read the documentation and use it
And course or tutorial you suggest
Yup
Personally none for C++
Most of them are just bad
!resources
hmmm what was the command
Check #1124619767542718524
It's fuzzy
well
check this
#archived-resources message
this is also worth checking @proper path
I only want to know the process of ,how to link third party lib
That's the point, 😅 what is cmake and why we need
well you can always just do -l for the normal compiler but this is easier
cmake makes your life easier when building C(++) apps
it automates some stuff, checks etc
Which OS are you in
Window
Not entirely sure, Windows is a headache for C++ programming
well depends on how you set it up, you can simply include the files you need or you can setup an imgui libary
What is the progress

on your IDE, build system and more
this goes into it
Yeah mcmlevi is right
You can just make a lib folder inside your project and include it inside your project
in this case tho it's best if you use cmake because you're gonna have a headache adding all filenames to the compiler command manually
But i don't know how to do it
Download the imgui source code or git clone it
make a folder inside your project folder
call it lib
either git clone inside it or move the folder inside that lib folder
then
in your cmakelists file write
target_include_directories(${PROJECT_NAME} PRIVATE
libs/imgui
)
Ok
After this code will run
it'll give you a more detailed explanation
Ohk
..
what
explanation
sus
Any tutorial 
@ember shell hy
that is a tutorial