Trace: » const » notes

My notes on C++

Most of these questions will not be original as I'm sure many other students have beat me too it.

const keyword

References

Pointers

Misc Rules/Best Practices

  • NEVER place a using directive in a header file. Instead, explicit qualification should be used.

Misc Questions

  • Are variables, objects? From the way Francis talks, I am reminded of Python …
  • When was the not (keyword?) made available?1) A Google search doesn't turn up much on it. :|
if(not std::cin)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki