User: wolfv

  • Public profile

User profile: wolfv

User info
User name:wolfv
History
Joined:
Number of posts:222
Latest posts:

Two objects of same class reference each other.
Thanks helios, that worked: [code] $ g++ circular_dependency_other_obj.cpp CClass.cpp $ ./a.out 1 2...

Two objects of same class reference each other.
In the following example, obj1 and obj2 reference each other. obj1 and obj2 are of the same class. T...

Makefile - place object files in obj directory
The Makfile works without the '%': [code]obj/f2.o: f2.c $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< [/c...

Makefile - place object files in obj directory
Thanks for the response ne555. I saw that page before, but I couldn't figure out the "%" syntax. Th...

Makefile - place object files in obj directory
I am trying to write a Makefile that will place object files in obj directory. This Makefile crea...

This user does not accept Private Messages