- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
13 Posted Topics
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 | |
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 … | |
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 … | |
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 | |
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 … | |
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; ^ … | |
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 … | |
Re: Hi All I too tried installling the jre plugin for mozilla to play flash . But donno why , the browser crashes as soon as it tries some flash site .....with the error INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2 < System error?:: No such file or … | |
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 … | |
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 | |
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 | |
Hi All Can anyone plz suggest me a good site with C/C++ questions . I need them for an interview / test Thnx 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 … |
The End.