Search:

Type: Posts; User: kotoko

Search: Search took 0.01 seconds.

  1. Thanks! That is correct, I though he didn't know...

    Thanks! That is correct, I though he didn't know what to do with main.cpp.
  2. Makefile gives make: *** No rule to make target using suffixs. Help please

    Hello!

    I'm trying to learn c++ from the ground up so I'm figuring out makefiles.
    I have
    CPP = g++
    OFLAG = -o
    .SUFFIXES : .o .cpp
    .cpp.o :
    $(CPP) -c $<
Results 1 to 2 of 2