User profile: PadreDoom

User info
User name:PadreDoom
History
Joined:
Number of posts:21
Latest posts:

Questions about vector::resize
Thank you all for helping to clarify how push_back and resize work. All replies helped a bunch.

Questions about vector::resize
I'm trying to initialize a private vector in a constructor. When I call [code]resize[/code] before I...

Tic-Tac-Toe with a twist
To answer your second question: 1. Make better use of classes and functions. Whenever you start ne...

Daily c++ problems
Here's my solution to 7/25, the airline ticket prog. In retrospect, I should have probably made Tick...

Daily c++ problems
@zeph It outputs to 1504. Typically, it would just be written as MDIV though, but it works that way...