User profile: n4nature

User info
User name:n4nature
Email:n4nature_b@yahoo.com
Name:NT
Location:Florida
Statistical data
Birthdate:1978
Occupation:Programmer
Skills:C
C++
Perl
History
Joined:
Number of posts:222
Latest posts:

Quick pointer question
Right now they are equivalent, but it's good to have background understanding and not just treat the...

Quick question about memory leaks
Definitely. When the computer is restarted, it reallocates entire memory allocation. Don't you loose...

Terminate C++ program by user input
By command line arguments. The program could run infinitely. But I'd like it to listen to Ctrl-C and...

Terminate C++ program by user input
Hi, I have written an exe that could run for hours. I want to add feature that if a user wants to...

Auto ptr initialization
Well what I mean is, if new throws exception, we still need to have a try-catch block around that au...