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
~435 People Reached
About Me

Student

Favorite Tags
Member Avatar for csc Mindy

Hi Everyone, I am trying to compile code for a FAT file system implementation. I define my struct as struct DirEntry { uint8_t status PACKED; uint32_t start_block PACKED; uint32_t num_blocks PACKED; uint32_t fsize PACKED; MC_Time created PACKED; MC_Time modified PACKED; uint8_t fname[31] PACKED; uint8_t unused[6] PACKED; }; typedef struct DirEntry …

Member Avatar for csc Mindy
0
93
Member Avatar for csc Mindy

Ive been having problems with my cd burner since i got my computer a little while ago. When i start a burn it seems to be doing fine, then the buffer overrun goes to 99% and just sits there. Ive updated all the ASPI drivers, and even replaced the burner. …

Member Avatar for csc Mindy
0
133
Member Avatar for csc Mindy

I am trying to create an INNODB table with a foreign key, and it doesnt seem to be working. Can someone give me an example on how to use a foreign key. Here is an example of what i have: FOREIGN KEY (client_id) REFERENCES CLIENT (client_id) This line is preventing …

0
128
Member Avatar for csc Mindy

hi, i've just found this forum. a geeky ;) friend of mine told me about it and it looks pretty cool. nice to meet everyone

Member Avatar for Sideshow Bob
0
81