There was an error while loading. Please reload this page.
variablesLikeThis FunctionsLikeThis() ClassesLikeThis
{} on next row
ex
void f(const std::vector<double>& v) { std::cout << "Values:"; for (auto value : v) std::cout << ' ' << value; std::cout << '\n'; } Fred operator+ (const Fred& a, const Fred& b) { Fred ans = a; ans += b; return ans; }
if (true) { ExampleIf(); } for (auto example : cheatSheet) { std::cout << example << std::endl; }
Const correctness is important.
More safety is always good
1. Setting up the project 2. Building Project 3. Setting up tests 4. Adding new tests 5. Making changes to API 6. phpMyAdmin documentation
Definition of Done Development Environment Coding Standard