No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
ie6 does not support repeating trans pngs. If you have a script to bypass this, then perhaps paste here what it is.
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, …
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 …
how about a for loop? [CODE]for (int i=0; i<it; i++) { cout << "<"; } cout << endl;[/CODE]
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 …
[CODE] case 1: int newValue == fun2(number1, number2); break;[/CODE]
The End.
kevinkace