User profile: newbieg

User info
User name:newbieg
Name:Mike
Location:California
Website:http://www.youtube.com/channel/UCaKToiAPfhOgxqy7Wuyjkqw
Bio:I started learning C++ as a hobby, but I'm now taking classes at a junior college. I've taken all the available C++ courses, as well as a course in Java, and a course in Javascript. I am currently catching up on the math courses.

Likeable Links;
-my indenting program post (indents your code for you. One of my first usable code creations.)
http://www.cplusplus.com/forum/beginner/90167/
Statistical data
Occupation:Student
Skills:C
C++
Assembly
Java
Javascript
History
Joined:
Number of posts:771
Latest posts:

Moderators
Meh. Those "Rules" were for when we had beginners, and the lines were often a bit blurry to begin wi...

Moderators
Well, there's the other option; Instead of just letting the spam sit at the top, just talk. Send th...

The Internet
The Kiwix project is looking like it's got a good chunk of what I'm after. They have a collection of...

The Internet
I'm in a state that's affected by the OS age verification laws going into place in 2027. I don't giv...

Avoid redundant construction/destruction of vector elements
Or use the reserve function in vector. [code]std::vector <Derived> deriveds; deriveds.reserve(3); de...