Forum: C Mar 29th, 2007 |
| Replies: 11 Views: 3,853 Thnx thekashyap for such a comprehensive explanation.
It was quite useful.
Thnx Again
-varun |
Forum: C Mar 29th, 2007 |
| Replies: 11 Views: 3,853 Declaring this variable as an extern give an error
ld:
Unresolved:
global
while compiling the 2 C files .
thnx |
Forum: C Mar 28th, 2007 |
| Replies: 11 Views: 3,853 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... |
Forum: C Mar 28th, 2007 |
| Replies: 11 Views: 3,853 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... |
Forum: C Mar 28th, 2007 |
| Replies: 11 Views: 3,853 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,... |
Forum: C Mar 20th, 2007 |
| Replies: 1 Views: 535 Hi All ..
consider the case :
class test {
public :
int a; |
Forum: C++ Mar 27th, 2006 |
| Replies: 5 Views: 2,483 Hi
I just started off with a small prog to see if i could implement the same ..
*************************************************************************************
#include<iostream.h>... |
Forum: C++ Mar 27th, 2006 |
| Replies: 5 Views: 2,483 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... |
Forum: C++ Mar 24th, 2006 |
| Replies: 5 Views: 2,483 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: 5 Views: 1,328 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,416 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,416 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... |
Forum: C++ Jun 23rd, 2005 |
| Replies: 1 Views: 1,150 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: 12,089 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,732 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: 3,792 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 ?... |
Forum: C++ Jun 9th, 2005 |
| Replies: 6 Views: 10,859 Thannxxxx amt_muk ..... :-) |
Forum: Geeks' Lounge Jun 8th, 2005 |
| Replies: 7 Views: 3,589 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: 10,859 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... |
Forum: C++ Jun 8th, 2005 |
| Replies: 6 Views: 10,859 Thnx a lot Sir !!!
That definately worked ......But just wanna know thw diff b/n
Approach 1
---------------
Rectangle * ptr_arr; |
Forum: C++ Jun 7th, 2005 |
| Replies: 6 Views: 10,859 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... |