Answer the question
In order to leave comments, you need to log in
What is a void instance?
Hello. I saw this thing:
#ifdef NDEBUG
#define LOGGER() (true) ? void() : Logger()
#else
#define LOGGER() Logger()
#endif
void foo(void)
{
return void(); // ?!?!
}
Answer the question
In order to leave comments, you need to log in
Of these two, I only worked with Bitrix, I liked it very much. It works quite fast, there are very useful chips. For example, you can make feedback forms, attach an online chat - very convenient, because the leads will be spinning in one space. Another convenient thing is that there is an internal chat for employees (there is no need to use third-party messengers).
It is convenient to maintain a database of both customers and contractors.
In addition, there are mobile applications.
In my practice, the tasks overlapped completely, so I can’t really talk about the minuses.
#include <iostream>
using namespace std;
int main() {
cout << int() << endl;
cout << double(78) << endl;
cout << bool(-1) << endl;
// void r = void();
// error: void value not ignored as it ought to be
void();
void(42);
return 0;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question