Posted on February 19, 2010, 1:24 pm, by kishore, under
Software,
os.
I basically need help using a link-list to implement a certain number of strings, I would like each element to be link to the next node. so far I have: Class ListNode { string x; ListNode Next; } Class List { ListNode First; } That will take care of linking the nodes but i need guidance on where to go from here. Is link-list the way to go, how should I create a class to insert the strings
Tags:
a-certain-number,
c-sharp programming,
first,
help-using,
how-should,
insert-the,
link-list-the,
linking-the,
need-guidance,
nodes,
nodes-but,
strings,
will-take No Comments |
Read the rest of this entry »
Posted on April 3, 2009, 10:48 am, by kishore, under
Software.
Does anybody know if it is possible to specify an tags src using CSS? Or if my sites SEO or browser support will take a hit by getting rid of my img tags in favor of div tags with a background-image & a width/height specified?