User: keskiverto

  • Public profile

User profile: keskiverto

User info
User name:keskiverto
History
Joined:
Number of posts:10402
Latest posts:

How to get program to distribute input by alternating between two, multi-line string inputs
If input is: [output]1a 2a 3a 4a 1b 2b 3b 4b[/output] do you notice any "patterns" on it? For examp...

New Safe C++ Proposal
[quote]I'm 100% for safety. Just don't force me to change how I code[/quote] Why do I sense mutual e...

Unpopular opinions
[quote]- YYYY/MM/DD is the best way to date something due to it keeping chronological order.[/quote]...

Save to file with vector (dynamically)
[quote=Coubarrie][code]int i = 0; int count = 1; for( i = 0; i < fileOut.size()-1; i++) { ...

what does T = 0 mean in a template parameter?
[quote][code]template<typename T, T = 0> T moduloOf(T a, T b) { return a % b; }[/code][/quote] T...

This user does not accept Private Messages