ZHXILIN'S BLOG
Home
Programming in C++
About
  • What's std::ios::sync_with_stdio(false) and std::cin.tie(nullptr)?

    Aug 5, 2020 C++ Algorithm

    You may often see the following calls std::ios::sync_with_stdio(false) and std::cin.tie(nullptr) in some online judge system, such as leetcode, poj, etc. Someone would tell you that these codes are usually used to speed up the execution time. But what is the exact meanings for these codes? 1static auto _ = []() { 2 …

    Read More

zhxilin

Perfect World senior software engineer since 2014. Sun Yat-Sen University(SYSU) graduated student(2009-2013), major in Software Engineering. Interested in game server developing, dev-ops, algorithm and universal windows platform.
Read More

Featured Posts

  • 服务端技术栈知识体系
  • C++17更多新特性
  • C++17 constexpr的改进

Recent Posts

  • 服务端技术栈知识体系
  • C++17更多新特性
  • C++17 constexpr的改进
  • C++17 string_view的原理
  • C++17折叠表达式
  • C++17 if/switch语句初始化
  • C++17结构化绑定
  • C++17类模板参数推导

categories

TECHNOLOGY-STACK 47 服务端技术栈知识体系 47 TECHNOLOGY 5

tags

C++ 40 LINUX 4 ALGORIGTHM 2 APPLICATION-TECHNOLOGY 2 COMPILATION-PRINCIPLE 2 DATA-STRUCTURE 2 DATABASE 2 DISTRIBUTED-SYSTEM-DESIGN 2 NETWORKS 2 OPERATING-SYSTEM 2 SOFTWARE-ENGINEER 2 ALGORITHM 1 GITLAB 1 INDEX 1
All tags
ALGORIGTHM2 ALGORITHM1 APPLICATION-TECHNOLOGY2 C++40 COMPILATION-PRINCIPLE2 DATA-STRUCTURE2 DATABASE2 DISTRIBUTED-SYSTEM-DESIGN2 GITLAB1 INDEX1 LINUX4 MYSQL1 NETWORKS2 OPERATING-SYSTEM2 REDIS1 SOFTWARE-ENGINEER2 WEB-SEQURITY1 WSL21
[A~Z][0~9]

Copyright ©  ZHXILIN'S BLOG. All Rights Reserved. | Total View Times