Posts by Tullingen
3 posts total, newest first.
My First C++ App - Criticismin C++/C Programming - Hey
Here is an alternative method of using it (runtime is about the same), but its considered good practise to use lambdas because it creates expressive code.
#include <iostream>
int main(){
short choice = 0;
Algorithms - new in herein C++/C Programming - There is an ok introduction to algorithms at Khan Academy (google it). Watch the videos, dont skip them even if they are boring.
Keep in mind that what language you write in is irrelevant for learning datastructures anHow long did it take for you from noob too game hacker ?in C++/C Programming - Hacking just means finding a clever aproach to a problem.
In context that means using your computer system in a clever way, which most likelly means writing some code because computer systems are created in a way that le
Showing the 3 most recent posts.