New: programming-helpAll contenthive-129948hive-196917krhive-166405steemzzanhive-183959hive-180932photographyhive-185836uncommonlabhive-183397lifehive-150122hive-144064hive-101145hive-188619bitcoinhive-180301krsuccesshive-124908hive-139150hive-103599hive-106183hive-109690TrendingNewHotLikersandersenlab (25)in it • 4 years agoSo you wanna say C++ is better than Java?No, I don't want to say that way or other way. Nowadays, we hear a lot of crazy things in a dispute about language to write your code. First of all, you have to always keep in mind one phrase:…andersenlab (25)in tutorial • 4 years agoFunctions for string in javaI've already made an article for some helpful tips, but I think there is a need to discuss all functions too. Shortly but understandable. String Firstly, of course, we have to initialize our…andersenlab (25)in it • 4 years agoFunctions in your own classThe best example of usage of your own class is to work with a database. Moreover, using functions in class is more correct than simple functions anyway. Let's work on the example of…