244
edits
No edit summary |
|||
| Line 376: | Line 376: | ||
...like so! | ...like so! | ||
However, it is recommended that you '''not''' use system commands in your code for something as trivial as clearing the screen. It's a resource hog and leaves a gaping security hole in your C++ program. There is a better way to do this in C++, however it requires advanced knowledge of the language and is available below under ''Advanced''. | |||
==Functions: The Basics== | ==Functions: The Basics== | ||
edits