Sublime Forum

How do i use a gui

#1

im using sublime text with c++ how do i use a gui library in sublime text?
i never see a tutorial Anywhere

0 Likes

#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

#3

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