Segmentation FaultI'm getting a segmentation fault whenever i run this code [code]#include <windows.h> #include <ios...
Having a little trouble with cin.ignore.Thank you very much.
Having a little trouble with cin.ignore.Hello, I'm having a little bit of trouble, You see i can't figure out why in the following bit of co...
Array troublesI am attempting to assign whatever the user types in to: "string guess[14];"
Array troublesI am attempting to assign a user defined string to an array, What is the best way to do this?