compluk

Posts

51 POSTS

Comments

0 COMMENTS

Social

Why is __new__needed in Python development and when to use it? There is a good comment in 2 words on what the magic method...
What is a method signature versus a method specification and contract? Answer 1, authority 100% Translated from docs.oracle.com : Definition. The two components of...
I can't understand what the problem is (the line is specified) var i: char; j: integer; s: string; x: boolean; begin ...
Using studio always just subtracted '0' from this variable Answer 1, authority 100% A char does not contain a character, but just its code, which is...
I want to write a sea battle console game. I wrote a little code here, but did not implement some points. Do not pay...
What's the difference between: char s = "text"; char* ps = "text1"; std::string str = "text3"; And which is better to use? Answer 1, authority 100% 1....

Recent posts