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

Search:

Type: Posts; User: laserlight

Search: Search took 0.20 seconds.

  1. Replies
    5
    Views
    7,947

    Re: Help with Classes/Objects please

    Not much point; it would be roughly the same as on Windows.
  2. Replies
    5
    Views
    7,947

    Re: Help with Classes/Objects please

    If you are going to do this on your own, then you need to learn how to use the compiler at the command line. Refer to the GCC online documentation.
  3. Replies
    5
    Views
    7,947

    Re: Help with Classes/Objects please

    You have no global main function in that source file, but tried to compile and link it into an executable program. You should have just compiled the source file into an object file, and then link the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured