Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~931 People Reached
About Me

Catering/DJ (Owner/Operator)

Favorite Forums
Favorite Tags
c x 6
c++ x 3

5 Posted Topics

Member Avatar for smitem03

this is coming off a program that collects information and saves it after every command. I have opened my file successfully cause thats how it reads the client. the problem is saving the data. Does this code look right to everybody??? I am running in C and very very basic. …

Member Avatar for jephthah
0
91
Member Avatar for smitem03

Hey guys below is my full code of the program I am trying to run. I want to save the data automatically. It goes through many areas but the save area is not working for some reason. Errr...I have spent many hours and it is very basic code probably because …

Member Avatar for jephthah
0
152
Member Avatar for smitem03

I am a new user on this C and have a hard trouble with I/O's. If you could let me know what I am not clarifying. Thank You! [code] #include <stdio.h> #include <stdlib.h> // employee structure definition // struct year2009Data { float SSN; // employee social security number // char …

Member Avatar for Ancient Dragon
0
163
Member Avatar for smitem03

// [code=cplusplus] #include <stdio.h> int main (void) {int currentornew; /*This is where if the user inputs a 0 they will automatically be brought to insert hours for employees.*/ int newemployee; /*This is where if the user inputs a 1 they will autmatically be taken to information of adding a new …

Member Avatar for jephthah
0
102
Member Avatar for karen_CSE

I have something like you that I am doing....What was wrong with your code??? Thanks smi

Member Avatar for Narue
0
423

The End.