User profile: wicho95

User info
User name:wicho95
Name:Luis
Location:Puerto Rico
Bio:Studying Computer Engineering.
Still learning to program with c++.
History
Joined:
Number of posts:17
Latest posts:

storing string array
but i need cin.ignore() or i'll get something like: Enter the name of student #1: Angel Perez Enter...

storing string array
I need help with this stupid code. [code] void getnames(string names[], int numStd) { for (int ...

initiliazing object array
Error (active) no instance of constructor "Brisca::Brisca" matches the argument list

initiliazing object array
I want to initialize an object array from another class with the default constructor, is it possible...

how to initialize an object array
I want to initialize an object array from another class with the default constructor, is it possible...