Ryan Brewer
@ryanbrwr
I like to make cool stuff // Johns Hopkins '25 // Frontend @ Rose Technology
Today I learned about the string class in C++. Learned about the difference between a C string and a C++ string with the \0 at the end of the C. Defin
C++
Today I learned about constants in C++, finally something familiar. There seem to be a ton of ways to define constants in C++, but const is the most p
C++
Today I learned all about functions in C++. In this repl I created the print_pow void function, which does exactly what the function says. It prints o
C++
Day two of learning c++ going pretty well. About an hour into the course now, learning about input and variable types in c++. All pretty simple stuff
C++
Just wrote my first hello world in C++! Going to try to make a post every day about how my learning is going. Feels a bit strange coming from NodeJS a
C++