User profile: mattimo

User info
User name:mattimo
History
Joined:
Number of posts:5
Latest posts:

concatenate two char arrays into single char array..
I am trying to concatenate two words from a file together. ex: "joe" "bob" into "joe bob". I have pr...

dynamically allocate memory to struct
et me start by saying I know this is a funky way to program, but my teacher is requiring us to go ab...

Reading two words into single char array from text file
I am trying to read in player names (ex: first last) from a text file into the people[].name data st...

Regarding reading .txt into struct array
my file is in the exact same directory as my program.

Regarding reading .txt into struct array
My code is outlined below. I am trying to read in heart two 2 heart three 3 etc to an array of card...