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
~197 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for sbmcdeshan

Hi I have a pointer generated in a method. And this pointer is input to another object. So at what point I have to delete this pointer? [CODE] method() { TEnemyCharacter *tenemyCharacter = new TEnemyCharacter(this); } [/CODE] So how to delete this tenemyCharacter. I cannot use delete tenemyCharacter; at the …

Member Avatar for sbmcdeshan
0
147
Member Avatar for sbmcdeshan

Hi all I have a wifi access point runs in my machine (I have used Iogear wifi dongle), and my machine is in a local area network. Somehow I did manage to configure wifi and seems everything works fine, because I can access to internet using my mobile phone through …

0
50