User profile: keskiverto

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

Processors and other machines.
[quote]Some of the earliest printers were dot-matrix printers. The print head would move across the ...

Proper Initialization of member variables
[quote]Consider that I have created the following object: [code]//in main Myclass::vectorField Vec;[...

recursive function
[code]long factorial(long n) { if (n<=2) return [i]X[/i]; // should X be 1 or 2? els...

Need Help to find the error
That is not an unary function to begin with; yields effectively same errors with C++98 and C++20: [o...

where can I find trim() in std C++?
In principle you could find the first and last non-whitespace character and take that substring. Bu...

This user does not accept Private Messages