• Users
  • Ahmad Haseeb Rabbani

User profile: Ahmad Haseeb Rabbani

User info
User name:Ahmad Haseeb Rabbani
History
Joined:
Number of posts:5
Latest posts:

Heap corruption error...........How to solve it?
Why this error occurs in Visual Studio but not in DEV C++................?

Heap corruption error...........How to solve it?
But if I use name=new char; nationality=new char; dateofbirth=new char; then how to deallocate...

Heap corruption error...........How to solve it?
BUT in a case also wher user enter only 3 characters same as the size of memory defined...........th...

Heap corruption error...........How to solve it?
The error is due to the propogation of heap memory if the user enter more than 3 characters ...........

Heap corruption error...........How to solve it?
#include<iostream> #include<conio.h> using namespace std; class Person{ protected: char *name,*...

This user does not accept Private Messages