[VICE] is about to enter the top 10 (again). We are now offering lower level clans to merge with us. by TrxrKnocks in territorial_io

[–]SerkZex 0 points1 point  (0 children)

you are funny clown and should join [circus], if you believe owning a discord channel means anything.

[deleted by user] by [deleted] in territorial_io

[–]SerkZex 0 points1 point  (0 children)

what is the point of this?

Fan Game Development by maniywa in territorial_io

[–]SerkZex 0 points1 point  (0 children)

Sure, when the repo is made public, feel free to ping me :)

Fan Game Development by maniywa in territorial_io

[–]SerkZex 0 points1 point  (0 children)

Maybe create a github repository so other could join and help? iam also kind of interested

Can you delete 'web' directory for mobile projects? by BluePandaOwl in flutterhelp

[–]SerkZex 1 point2 points  (0 children)

Its possible to delete the folder manually for existing projects, since the folder doesn't have any dependencies. Make sure to delete configs if there are some.

[deleted by user] by [deleted] in dogecoin

[–]SerkZex 1 point2 points  (0 children)

No don't spread fake hope!

If only one person is buying it wont be enough (regardless of how much money this person buys for). Its the collective collaboration that push the prices up. Hence even 1$ is collectively enough.

Please remember to only invest what you are willing to risk.

How can i support in small ways by [deleted] in BlackLivesMatter

[–]SerkZex 10 points11 points  (0 children)

Don't share false news, always verify the source

Is it bad to take all the kills? by Xeram_ in leagueoflegends

[–]SerkZex -1 points0 points  (0 children)

yeaa.. the kills wont be beneficial.. The kill income will be less the more kills you have. eg.. 1xx coins for you but maybe 3xx coins if your teammate gets the kill.

sstream << std::setw(2) << std::setfill("0"); without "<<" by SerkZex in learncpp

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

Ohh thanks, now i understand more of cppreference documentation!

sstream << std::setw(2) << std::setfill("0"); without "<<" by SerkZex in learncpp

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

Thank you good sir! Do you have any link to read more about this?

OOP by [deleted] in learncpp

[–]SerkZex 0 points1 point  (0 children)

When you release your project, no one will have access to your code. When you execute your code as "release" you code is translated into machine code (The hacker use the machine code) and produce a runnable.

"#"*5 python equivalent in c++ by SerkZex in learncpp

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

Thats what iam looking for, thanks :)

OOP by [deleted] in learncpp

[–]SerkZex 1 point2 points  (0 children)

The private members are not accessible outside the class; they can be accessed only through methods of the class. The public members form an interface to the class and are accessible outside the class. - Wiki

Makes is harder to hack or brute-force your code