Работа с QDataStream
5 мин
Приходилось часто работать с классом QDataStream. В результате накопил некоторый опыт, как правильно его использовать.

Типизированный язык программирования

void main()
{
print("Hello world\n");
}
#include <iostream>
int main()
{
inline_function(std::string s)
{
std::cout << "Hello, " << s << "!\n";
}
with_name(make_hello);
make_hello("Vasiliy Pupkin!");
return 0;
}
Hello, Vasiliy Pupkin!.size_type size() const
{
return _size;
}

Now is a good time for everyone to revisit their perception of Qt. Digia’s targeted R&D investments will bring back focus on Qt’s desktop and embedded platform support, while widening the support for mobile operating systems.— Tommi Laitinen, SVP, International Products, Digia

