Forum: C Mar 29th, 2007 |
| Replies: 11 Views: 2,171 |
Forum: C Mar 29th, 2007 |
| Replies: 11 Views: 2,171 |
Forum: C Mar 28th, 2007 |
| Replies: 11 Views: 2,171 Re: Working with header files ??? Hi
I tried making two static libraries each containing a single object file (abc1.C and abc2.C).
and libs: lib1.a (with abc1.o) and lib2.a (with abc2.o). Both the C files include the same header... |
Forum: C Mar 28th, 2007 |
| Replies: 11 Views: 2,171 Re: Working with header files ??? Hi
Thnx 4 the reply ....
Actually I was not initializing this variable within a function in my C file. Does That means that the variables declared in a header file are visible in a function only... |
Forum: C Mar 28th, 2007 |
| Replies: 11 Views: 2,171 Working with header files ??? 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:... |
Forum: C Mar 20th, 2007 |
| Replies: 1 Views: 328 |
Forum: C++ Mar 27th, 2006 |
| Replies: 5 Views: 1,265 |
Forum: C++ Mar 27th, 2006 |
| Replies: 5 Views: 1,265 Re: The New And Delete Function HI
Actually , i was trying to oveload the new and delete operators ...with my own functions , so that every time a call to new is made , i can record the memory chunk allocated , and then finally... |
Forum: C++ Mar 23rd, 2006 |
| Replies: 5 Views: 1,265 The New And Delete Function 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 |
Forum: C++ Mar 23rd, 2006 |
| Replies: 3 Views: 766 Memory Leaks 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 |
Forum: *nix Software Jun 30th, 2005 |
| Replies: 4 Views: 1,176 Re: Mozilla Installation on Unix Hi
Actually I need to install the same on a common server that is being used by 10 of us in r grp.
I thought may be we install it on our own rather than contacting the sys admin for same . THat... |
Forum: *nix Software Jun 29th, 2005 |
| Replies: 4 Views: 1,176 Mozilla Installation on Unix 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... |
Forum: C++ Jun 23rd, 2005 |
| Replies: 1 Views: 895 C/c++ Hi All
Can anyone plz suggest me a good site with C/C++ questions .
I need them for an interview / test
Thnx
Varun |
Forum: *nix Software Jun 22nd, 2005 |
| Replies: 7 Views: 10,123 Re: Flash Plugin For Mozilla 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... |
Forum: Geeks' Lounge Jun 13th, 2005 |
| Replies: 5 Views: 3,063 Excellent Puzzles !!! 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 ... |
Forum: Geeks' Lounge Jun 10th, 2005 |
| Replies: 14 Views: 2,741 Quiz Time folks ....Lets test out your wit 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)... |
Forum: C++ Jun 8th, 2005 |
| Replies: 6 Views: 5,747 |
Forum: Geeks' Lounge Jun 8th, 2005 |
| Replies: 7 Views: 2,626 Plz Suggest Creative Name for my Quiz Forum 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 |
Forum: C++ Jun 8th, 2005 |
| Replies: 6 Views: 5,747 Re: Help : Pointers to array of class objects . Actually what i meant was , that is there any diff b//n the memory allocation / meathod scheme of the two ..leave alone the first query of constructors
The first approach shows an array of objects... |
Forum: C++ Jun 8th, 2005 |
| Replies: 6 Views: 5,747 |
Forum: C++ Jun 7th, 2005 |
| Replies: 6 Views: 5,747 Help : Pointers to array of class objects . 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... |