Skip to content

Latest commit

 

History

History
41 lines (40 loc) · 2.28 KB

File metadata and controls

41 lines (40 loc) · 2.28 KB

References

Learning to code

  • Explore what's happening in internal_ptr script with the templates and internal_ptr thing
  • Empty namespaces name declaration & using namespaces vs include headers
  • What are macros
  • When are macros compiled
    • Why use macros?
    • methods cannot be called globally? why?
    • variables can be declared but not reused globally has to be from method? why?
    • What does reflection actually mean? headrd a lot in c# and now while doing multithreading in c++ as well.
    • what is ui binding? - property change emit event listner
  • typename... arg and &&...arg && std::forward(args)...
  • std::apply
  • NUMA architecture & SALSA