User profile: noahpereira20

User info
User name:noahpereira20
Email:noahpereira2001@gmail.com
Name:Noah Pereira
Location:Toronto, Ontario
Bio:Programmer in Seneca College in toronto, aspiring to be the best I can be
Statistical data
Birthdate:Sep 25, 2001
Gender:Male
Occupation:Student
Skills:C
C++
Visual Basic
History
Joined:
Number of posts:23
Latest posts:

help with istream and get()
Hello, i am using the get() function to extract data from a single line of text into multiple fields...

stop reading input with cin when reach a delimiter
Ah i see, okay thanks.

(int i = 0; i < strlen(char*); i++) throwing warning?
perfect thanks.

(int i = 0; i < strlen(char*); i++) throwing warning?
I'm getting a Visual Studio Warning for the following statement [code] m_plate[9] std::cin ...

stop reading input with cin when reach a delimiter
How could we check if it failed? would it just be a simple check for error from get or getline? That...