No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: Hi friend... Actually the basic difference between these two is as follows.... A DLL (Dynamic Link Library) is so named because it is linked with your ordinalry EXE at run time (i.e. dynamically). So the size of the EXE don't go out of the hand because only necessary functions are … | |
Can any onbe say me the exact difference between a pointer (*p) and the array p[]???? I mean to ask that when we pass an array to a function by reference, we can have both in the function definition, the * or we can manipulate the array too... But there … | |
Hey frnds.... I am a noob to the world of programming.... Can you plz give me info about all the member functions of istream class used with the cin???? For eg. cin.getline()... And plz provide the brief intro of each and every functions...:?: | |
Re: Hello... As such all are saying that your assignment is of no use, they are correct..... But still if you want to clear the compiler hurdles, you can do one thing... Explicit type case all the things in your code... Means write like this : ptr=&x; cout<<endl<<(int *)ptr; But my … | |
My CPP program gets abruptly terminated..... I think this happens because by some part of the program itself, the TC.exe gets overwritten and thats why it gets terminated..... Can any one help me out???? |
The End.