Почему у меня при компиляции выбиваются следующие ошибки? $ g++ main.cpp -o main main.cpp:13:45: error: invalid use of incomplete type ‘class Human’ 13 | friend void Huma...
Между template<typename T> и template<class T> разницы никакой ведь нету? Одно из С пришло, а другое из С++ ведь
minor = [ [Math.pow(-1, 1 + 1) * (a[1][1] * a[2][2] - a[1][2] * a[2][1]), Math.pow(-1, 1 + 2) * (a[1][0] * a[2][2] - a[1][2] * a[2][0]), Math.pow(-1, 1 + 3) * (a[1][0]...
Вобщем решил сделать так, но при попытке поменять значение active (58-59 строка), оно не меняется, что я делаю не так?
Could anybody tell me why when I'm trying to create an array and set all the values to 0, I get an error? Code: wchar_t* screen = new wchar_t[screenWidth * screenHeight]; Ze...
Как правильно построить подобную структуру, чтобы не выбивало ошибки? export default const Comp = ({ navigation }) => { return AsyncStorage.getItem('token') .then(res =...
Есть ли какая-то разница между анонимной функцией типа [&]() {} и [=]() mutable {}? Для чего вообще использовать mutable, если можно передавать значения переменных в анонимные...
How and how long did you all study C++? I just want to study it after JS, so could anyone recommend my any courses or books about c++?
Почему когда я пытаюсь создать индекс для ttl chat.createIndex({ 'createdAt': 1 }, { expireAfterSeconds: 21600 }), я получаю ошибку nhandledPromiseRejectionWarning: MongoError...
If somebody here knows x86 assembly, could you tell me the difference between mov AL, DS: 17h and mov AL, DS: [17h] instructions?
Какой из этих методов лучше использовать: this.setState({ messages: this.state.messages.push(d.data) }) или this.setState({ messages: [...this.state.messages, d.data] })?
Sorry for offtopic but could anyone explain, how does DNS-over-HTTPS work? If I enter, for example, https://doh.example.com/dns as DoH, how will my PC know what IP should it u...
What's wrong with this code? It has to return if the number is the power of three in recursion method, but it doesn't const isPowerOfThree = (num, toCompare = 1) => { if (t...
The sequence of Hamming numbers 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24, 25, 27, 30, 32, 36, … consists of all numbers of the form 2^i·3^j·5^k where i, j and k are ...
Guys, how to completely remove HSP profile from my PC and make it to connect to bluetooth devices only by using A2DP profile? I've tried all the methods I found in the Interne...
Как строку вида "2019-09-29" превратить в "29 Сентября"? Парсить через регулярки?
Не подскажете, как в VSCode добавить логин и пароль от github аккаунта, что бы при git push не запрашивало их каждый раз?
When I do ls -l I get smth like that: prwx------ 1 johnnysins users 0 Nov 23 18:41 pipe_server_request_4344_1 What does p attribute at prwx------ mean?
TypeScript же полностью opensource? Если, в теории, написать на нём какой-то крупный проект на тайпскрипте, которым может заинтересоваться Microsoft, не будет ли того, что бы...
Может кто-то посоветовать чат на подобии этого, только по Java?