User profile: Volatile Pulse

User info
User name:Volatile Pulse
Name:Zach
Location:York, PA
Bio:Started programming in high school with C++, went to ITT and self taught some other languages. Just now getting back into programming. Learning a lot.
Statistical data
Gender:Male
Occupation:Other
Skills:C++
History
Joined:
Number of posts:1328
Latest posts:

Get unformatted input with variable length
To use getline, you aren't required to know the length of the input, you simply need to know the ist...

i need help just a little beginner :)
You, and probably the rest of your classmates and professors are likely using Microsoft Visual Studi...

How to run programs on Windows startup
[code]int main(int argc, char* argv[]) {[/code] argv[0] is a string that contains the current direc...

What are the biggest mistakes self taught programmers make?
Sorry, I've been on end lately. I don't mind being called out on things I'm wrong about, and I actua...

Rounding
You haven't even made an attempt to code either function, or you haven't posted code. I'm not going ...