Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~809 People Reached
Favorite Tags
c++ x 7
c x 1

5 Posted Topics

Member Avatar for madhu_raju76

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 …

Member Avatar for mosanta
0
224
Member Avatar for sahil_itprof

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 …

Member Avatar for Aia
0
181
Member Avatar for sahil_itprof

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...:?:

Member Avatar for Ancient Dragon
0
140
Member Avatar for amitahlawat20

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 …

Member Avatar for sahil_itprof
0
151
Member Avatar for sahil_itprof

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????

Member Avatar for sahil_itprof
0
113

The End.