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 directoryThe Makfile works without the '%': [code]obj/f2.o: f2.c $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< [/c...
Makefile - place object files in obj directoryThanks for the response ne555. I saw that page before, but I couldn't figure out the "%" syntax. Th...
Makefile - place object files in obj directoryI am trying to write a Makefile that will place object files in obj directory. This Makefile crea...
This user does not accept Private Messages