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
~1K People Reached
Favorite Tags
c x 29
Member Avatar for Acquire

Ahem, so I am wondering as a current student how much of importance this is. Preferably, how much of your daily work (percentage estimate) is spent in written communication versus oral? Also under which situations are certain communication strategies more proper (email, memos, letters, face to face, etc). If you …

Member Avatar for Denniz
0
73
Member Avatar for Acquire

So I'm writing a program in C that reads in a bunch of words from an unspecified number of files and I'm to print out the top N words in the file. I'm using a hash to store them in, where each bucket is a linked list. The lists are …

Member Avatar for Ancient Dragon
0
132
Member Avatar for Acquire

Hi guys, I'm making a program tha thas to open a file, and then store the information from the file into a structure variable, only I can't get the function to work. I can get the program to work if I put the reading of the file in the main …

Member Avatar for Lerner
0
100
Member Avatar for Acquire

Ok, I'm doing a basic structure program that displays things. Here's an example of what it should display. [code]Invalid data in line 11 Daring Dunkers Player Statistics Player Field Goals Free Throws Total Tried Made % Tried Made % Points Jerry 2 1 0.50 2 1 0.50 3 Akeem 0 …

Member Avatar for WaltP
0
97
Member Avatar for Acquire

I'm trying to make a loop that that will skip a number but has a certain limit to how high it goes... For example: I have a for loop: [code]for (i = 0; i < count; i++ ) { stuff }[/code] but lets say I want to skip a number …

Member Avatar for Acquire
0
482
Member Avatar for Acquire

I'm fairly new to C and have been doing pretty good up until arrays. I understand the basics of them but not exactly how to use and impliment them in more complicated ways. I am trying to write a program that will display a table of strings and intigers from …

Member Avatar for majicbeans
0
237