User profile: nathansetokaiba

User info
User name:nathansetokaiba
Name:Nathan Seto Kaiba
Location:Kaiba Land
Statistical data
Birthdate:Aug 2, 1987
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:8
Latest posts:

Char arrays and file input and out put Update!
[b]Thanks everyone for your input really ! That said I posted the updated code . [/b] I did try...

Char arrays and file input and out put Update!
[code] #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> void Add(...

Char arrays and file input and out put Update!
So here the story I trying to create a program that will read a file and based on the file info . It...

If / else if logic error
Sorry I forgot I Left that . My teacher tells us just to use [code] getchar(); getchar(); [/code] ...

If / else if logic error
My code looks good but I don't see issue here . I look at other examples and I don't see an issue ...