User profile: CorvetteDude427

User info
User name:CorvetteDude427
History
Joined:
Number of posts:8
Latest posts:

Unique Pointers
Hi, I'm trying to get some practice with smart pointers (specifically unique_ptr), but my compiler d...

Integer checks
Is there an Standard Library function that can check to see if a number is, in fact, a number? Or wo...

File Editing
I made a program that allows the user to edit (or append to) a file they previously created. If the ...

Buffers.What are they?
So I've just started learning to work with C++ I/O streams and I came across the term 'buffer'. The ...

Accidental character input
I'm new to C++. A section of my current program is giving me a bit of a problem. The computer asks t...