User profile: rddscalif

User info
User name:rddscalif
Name:Ryan
Location:California
Website:http://twitter.com/yoooryann
Bio:My name is Ryan and I am relatively new to programming. I hope to pursue programming as a career.
History
Joined:
Number of posts:23
Latest posts:

Is this set up correctly?
Could somebody just tell me if I have my vector set up in my class correctly? [code] // Worke...

Typedef
so say I am using an array. It would go something like: [code] typedef std::array<float, 100> stora...

Typedef
Could someone just give me a few examples of using typedef? My teacher uses it a lot, and I want to ...

Array Search Function
So I am supposed to loop through my array and be able to find a certain "name" that the user inputs....

Array Problem
Okay, I created another class for just one single card. And I created "get" functions. maybe I could...