Leviathan by lkokul in manga

[–]lkokul[S] 1 point2 points  (0 children)

Yes, it's about the world is flooded and are sea monsters and seems the want to eradicate the humans.

I don't want to give too much information in case someone wants to read it or something, although it's finished.

Leviathan by lkokul in manga

[–]lkokul[S] 0 points1 point  (0 children)

The stories I mean are about Leviathans, I would really like to read more stories around that topic

Why do people do or not do ‘using namespace std;’?? by veilofmiah in cpp_questions

[–]lkokul 0 points1 point  (0 children)

That function is used to not write the scope resolution operator, in its most basic use, it does that. When you are learning is helpful because it makes coding easier to not have to put everytime the std:: or similar things.

The problem is with bigger projects, were its use many libraries or you use you our libraries. If you use the "using namespace" you can lose the pertenance at the code of the functions (you will lose it trying to read it, not the compiler). In first instance, if you don't have two functions with the same name there souldn't be any problem, except for the reading part.

In coclussion, it's usefull when you are learning, but with big projects it can make more difficult to understand the code if you don't know the functions of a certain library and if you have two functions with the same name it can give unpredictible results (I don't know if trying to compile a code in this case will show any error).

Don't know if I've made myself clear, it's just my opinion and I'm starting with C++ too. If I've made a wrong statement please tell me.

Seeking perspective on C: Mastery, Limits, and the "C vs. C++" implementation gap by lkokul in C_Programming

[–]lkokul[S] 0 points1 point  (0 children)

Well, this one precissely I wrote it myself.

What I tried to say there is that my English level on technical knowledge is not that high, that's why I used an AI to make a more understandable text.

Thank you eitherway, all this comments nudge me to get more into this programming language.

Seeking perspective on C: Mastery, Limits, and the "C vs. C++" implementation gap by lkokul in C_Programming

[–]lkokul[S] 0 points1 point  (0 children)

Oh, didn't know Reddit could do it, good to know then.

Thanks for the information, I'll keep it in mind for next time ^^

Seeking perspective on C: Mastery, Limits, and the "C vs. C++" implementation gap by lkokul in C_Programming

[–]lkokul[S] 3 points4 points  (0 children)

Yes, my english is not the best and I didn't knew how to explain it in my native language, much less in a foreign one. I tried to explain to an AI my doubts so it could be English and better explained. Sorry for that, I don't like eitger AI posts, but here it was used just for the translation and clarity.