Forum: C++ Feb 18th, 2009 |
| Replies: 5 Views: 367 Since you assign the value in "a" to "b" you effectively lose the address of the char [] pointed to by "b." You can delete the value pointed to by "b," which will be the same char [] pointed to by... |
Forum: C++ Oct 24th, 2008 |
| Replies: 4 Views: 421 Thanks guys I really appreciate it! I've been puzzled for a few hours haha |