Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~9K People Reached
Favorite Tags
c++ x 12
c x 6
Member Avatar for gpta_varun

Hi Is there any way , memory leaks can be clogged in c/c++ ... Are there any good tutorials on how can we make our code Memory Leak free ??/ Best Regards -Varun

Member Avatar for MastAvalons
0
203
Member Avatar for gpta_varun

Hi All We all have read a lot about utility of copy constructor. I have a simple question .Consider the code below. Is it ok to directly copy one object's content onto other ? [CODE] Class A { ...... }; main () { A * obj_1=new A(); // Next the …

Member Avatar for Fbody
0
154
Member Avatar for gpta_varun

Hi All I was going through a code and came across something like --> [CODE] TC_A &tc_a=*(TC_A *)p; [/CODE] Now TC_A is a derived class of another Class 'X' of which p is an instance. Does this mean that a new class instance of TC_A is invoked and contents of …

Member Avatar for gpta_varun
0
130
Member Avatar for gpta_varun

Hi all I am starting a Quiz forum for my company .....It qould be a Misc Quiz covering numerous topics . Plz suggest a Unique n a Creative Name for the same ...... Best Regards VG

Member Avatar for WASDted
0
242
Member Avatar for gpta_varun

O.k Guys , Now solve these .............. Excellent Puzzles ....Let's see who solve these ................. one bottle out of 32 wine bottles is posioned with such poison that even one drop of it can kill a person.but any quantity of this poison kills exactly in 32 days.how will you find …

Member Avatar for Agilemind
0
300
Member Avatar for gpta_varun

Hi All I have a header file link.h , in which i declare a variable itemp. When i assign this variable a value in the C file link.C i get an error during compilation: cxx: Error: link.C, line 5: this declaration has no storage class or type specifier itemp=0; ^ …

Member Avatar for gpta_varun
0
163
Member Avatar for gpta_varun

Hi All .. consider the case : [code] class test { public : int a; test(); } class test_derv : public test { public: int a; }; void main() { test * pctest = new test_derv; delete pctest; } [/code] We have implicit destructors defined , when their actual definition …

Member Avatar for John A
0
87
Member Avatar for Dani

HELP! I was using Mozilla 1.0.1 on my RedHat 8 system. However, I just upgraded to Mozilla 1.2 Unfortunately, what I didn't count on was that it seems that the flash plug-in for Mozilla doesn't support this version? Please help! Thanx

Member Avatar for Wells1632
0
220
Member Avatar for gpta_varun

Q1. Who wrote the book 'Bread, Beauty & Revolution' ? (a) Karl Marx (b) Peter Halbraith (c) Khwaja Ahmed Abbas (d) Jack Welch Q4. Which south American snake's name means 'Elephant' in Tamil ? (a) Sidewinder (b) Viper (c) Anaconda (d) King Cobra Q5. Which famous footwear's name is taken …

Member Avatar for goldeagle2005
1
288
Member Avatar for gpta_varun

Hi All Was just working on detecting memory leaks ....... Where can i get the actual code implemention of new and delete functions in C++ , Best Regards Varun

Member Avatar for gpta_varun
0
132
Member Avatar for gpta_varun

Hi All I am trying to install MOzilla on a tru 64 unix system . This requires the use of 'setld' command . Now thw problem is theat i don't have the root access . Are thge root permissions a must for installation ....???? PLz help Best regards VArun

Member Avatar for DMR
0
124
Member Avatar for gpta_varun

Hi All Can anyone plz suggest me a good site with C/C++ questions . I need them for an interview / test Thnx Varun

Member Avatar for indianscorpion2
0
153
Member Avatar for gpta_varun

Hi All I am relatively new to the C++ world . Facing some problem , while initializing an array of objects . Suppose i have a class Rectangle . I want to have a pointer to an array of objects to the class . How do i invoke the Class …

Member Avatar for gpta_varun
0
7K