Based C++
github.com
Based C++
1–10 of 40 posts
Re: Based C++
#2I love sheaf’s work
Re: Based C++
#3I love sheaf’s work
Me too. He is so creative. I came across this repo and realized he also made a video about it.
Re: Based C++
#4great video and source but needs a try-catch block
Re: Based C++
#5So confused what this is...
Re: Based C++
#6I wish all projects like these had some sort of documentation as to how they worked. All I can see is that the `-B` flag tells GCC to look in the ased directory for internal binaries (cc1plus and ld), but anything other than that would require more than the few minutes I have to look into.
It's also really interesting to see the audience this is reaching. The issues on the GitHub repository are quite telling.
Re: Based C++
#7A bit silly, but ok.
Re: Based C++
#8great video and source but needs a try-catch block
[deleted]
Re: Based C++
#9So confused what this is...
As far as I can tell, it looks like a wrapper for cc1plus (internal GCC tool) and ld that do a custom #define of some input data, compile, extract some data from the binary, and do... something with it. Makes it look like C++ is an interpreted language.
Re: Based C++
#10So confused what this is...
As far as I can tell, it looks like a wrapper for cc1plus (internal GCC tool) and ld that do a custom #define of some input data, compile, extract some data from the binary, and do... something with it. Makes it look like C++ is an interpreted language.
Implementations are orthogonal to languages, there have been C and C++ interpreters since the languages exist, as you can see by looking at BYTE and Dr Dobbs archives looking for compiler developer tools ads.