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
~708 People Reached

6 Posted Topics

Member Avatar for HelenLF

ie6 does not support repeating trans pngs. If you have a script to bypass this, then perhaps paste here what it is.

Member Avatar for HelenLF
0
121
Member Avatar for kevinkace

There's something wrong with my push function, or how I'm initializing the linked list. Can anyone tell why? The pointer 'operands' wont point to the new head, and always points to the first node created. Adding a second node appears to partially work, (second node->next points to the first node, …

Member Avatar for kevinkace
0
113
Member Avatar for kevinkace

Having a hard time finding a way to do this Site is a fixed width centered with margin: 0 auto;. Now when the browser is large enough to display the full site width, the site is centered. If the browser is (resized) smaller than the site width, the left margin …

0
69
Member Avatar for tango2009

how about a for loop? [CODE]for (int i=0; i<it; i++) { cout << "<"; } cout << endl;[/CODE]

Member Avatar for pac-man
0
103
Member Avatar for kevinkace

Can't figure out what's wrong with my delete function. If I remove the delete for the name and address it works as expected, but am I not leaking memory that way? [B]Structs:[/B] [CODE] struct Person { char* name; char* address; int zipcode; }; struct Node { Person* per; // Person …

Member Avatar for kevinkace
0
182
Member Avatar for foxmulder
Member Avatar for kevinkace
0
120

The End.