Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for lilkid

Hello Im doing a website and the i end up with like this [url]http://img638.imageshack.us/img638/5472/30369592.jpg[/url] how od i get it so that the footers at the bottom and its all blue heres my code [code] <html> <head> <title>About Us</title> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body> <div id="page_wrap"> <div id="header"></div> <div id="nav"> …

Member Avatar for floatingDivs
0
128
Member Avatar for ManishS

[code]<div id ="pic"> <div> then in css #pic { height: 500px; padding-top: 10px; padding-left:10px; background-image:url(images/links.gif); background-repeat:no-repeat; }[/code]

Member Avatar for lilkid
0
47
Member Avatar for lilkid

[ATTACH]9597[/ATTACH] ok i want to read this file into a dictionary and this is the output d={"flight":T34712, From:ABERDEEN, scheduled 0800, remark landed} etc flight is the key do i have to parse the text file i know i cant put it straight into the dictionary as i get this output …

Member Avatar for lilkid
0
164
Member Avatar for lilkid

[ATTACH]9572[/ATTACH] Hello basically ive parsed a website's data into an object. I wrote it to file and read it back in to write to a dictionary. but when i read it in it reads it like 3 times. so im a bit confused as to why ad would like to …

Member Avatar for lilkid
0
128
Member Avatar for cpsc1892

im interpreting the question as you have write a selection sort function which goes in the header. write a cpp file that gets in ten numbers and calls functions to store the numbers into a linked list and sort it. compile them together. if im right then the header file …

Member Avatar for cpsc1892
0
2K

The End.