CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: TrevorX

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    1,165

    Re: linking files/ make(?)

    i wasnt using -c in the command, it is working now

    thx for your time :)
  2. Replies
    7
    Views
    1,165

    Re: linking files/ make(?)

    thank you all for your answers....

    i tried to do what you suggested. instead of including the whole 1st file to the 2nd i made a header file that contains only the declarations of the first file....
  3. Replies
    7
    Views
    1,165

    Re: linking files/ make(?)

    how can i compile each file separately?for example file no2 needs the class which is declared in file no1 because it creates an object of this class and then it uses it ...can i include it some how...
  4. Replies
    7
    Views
    1,165

    linking files/ make(?)

    hello all! i am new here and pretty junior as a developer so i would like your help please :)

    i have created a project which is consisted of around 30 C++ files. every .cpp file contains one class...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured