C Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesC Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 3rd, 2013, 04:04 PM
SunBane SunBane is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2013
Posts: 2 SunBane User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 17 m 38 sec
Reputation Power: 0
C Programming HW Help

Hey all. I'm new to this forum and also to C. This homework is killing me, I have no idea how I should start it. Essentially, I have to read a text file whose input file has a list of these:

1301,204415019,"LastName","FirstName",EEE, 230,="R01"

and categorize them into their respective columns, sorted by name. I have to put the info from the file into an array of structs and output the data in a table format. I need to use two or more source files and a makefile.

The problem here is that I've just learned about all these things and I don't really know what the general process should be like. Some tips and pointers would be cool.

Reply With Quote
  #2  
Old March 4th, 2013, 04:16 PM
b49P23TIvg's Avatar
b49P23TIvg b49P23TIvg is offline
Contributing User
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Aug 2011
Posts: 3,353 b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level) 
Time spent in forums: 1 Month 2 Weeks 3 Days 8 h 3 m 36 sec
Reputation Power: 383
Please post an effort, even if it's an outline of an algorithm.

LOAD DATA:
while there's more in the file
-read line
-parse line
-store the parse result into an array


SORT:
qsort(correct,arguments)

DISPLAY:
for each record
-show it



Makefile


override CFLAGS += -Wall -g

hw1: hw1.c hw.h
__________________
[code]Code tags[/code] are essential for python code!

Reply With Quote
  #3  
Old March 4th, 2013, 06:05 PM
miz656 miz656 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Posts: 17 miz656 New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 3 h 31 m 51 sec
Reputation Power: 0
I finished your homework. You want a peudocode of it?

Reply With Quote
  #4  
Old March 5th, 2013, 09:00 AM
SunBane SunBane is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2013
Posts: 2 SunBane User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 17 m 38 sec
Reputation Power: 0
Sure

As long as its the general idea sure. As much as I would love a straight up answer, I can't accept it. My pride won't let me haha. If your code is pseudo as you say, I would much apreciate it.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesC Programming > C Programming HW Help

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap