im using sublime text with c++ how do i use a gui library in sublime text?
i never see a tutorial Anywhere
How do i use a gui
0 Likes
bschaaf
#2
Using a library with C++ is a task unrelated to Sublime Text, aside from the part where you’re writing the code. I’m sure the library you’re using integrates with some build system like cmake or similar that you could use for your project.
0 Likes
Go to Tools > Build System > C++ single file to get started. You might have to use also View > Syntax > C++. Or more adventurous, against the grain, ideas like HaXe.
0 Likes