You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using c++11 capable compiler, but quite conservative with what I use.. so not really genned up on what c++11 adds :). What may this involve?
I'm actually considering how I 'protect' the html/js; although at the end of the day, it's going to be loaded into a browser, so can't be 'protected'; however it may mean I at least have a build step involved which will minify/uglify the js.
It's funny how a search for 'how to embed html inside a c application' is so hard to do; I spend at least 2 hours googling and came up blank - maybe this is why your's has not been found easily - EVERY webpage contains the word 'html' !!!
Just found this and love it.
But... note that MS limits string literals to 16384 (from https://stackoverflow.com/questions/16868362/c-string-too-big-trailing-characters-truncated).
Also, this construct in js inside an html foxed it:
index = index ? index[1].replace(/"/g, '"') : '';
The text was updated successfully, but these errors were encountered: