>>14727517it's c++ but i don't use all of its features, just the things that convenience me like methods and parts of the stl
>>14727536impostor nimbor
>>14727569if we're being pedantic, then the c main would be: int main(int argc, char** argv)
java is verbose which isn't necessarily a bad thing, every language has it's style
it's also because everything has to be wrapped inside of a class
c much like unix is short and concise with its names but it can be unwelcoming for beginners