Thread: Modules

  1. #1
    Registered User
    Join Date
    Apr 2006
    Posts
    2

    Modules

    I'm trying to compile an example from "Sams Teach Yourself C++ in 10 minutes" (the scanned chapter -> http://rapidshare.de/files/18667671/Lesson_8.doc.html and only the code without line marks -> http://rapidshare.de/files/18675943/Modules.doc.html), but I really don't know how to do that. I think, I have to at first only make all the object files and only then link them. Can someone please tell me how to do that?

    PS: I guess Dev-c++ can't do that :/

  2. #2
    User
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    499
    Modules are relatively easy to program. An IDE like Dev C++ can easily handle modules. It does not require a lot of technical know-how. All you need to do is use the exact code that they give you, and include all the files in the project. And hit compile .

  3. #3
    Registered User
    Join Date
    Apr 2006
    Posts
    2
    Thanks, joeprogrammer. Now it really worked
    And I thought that it must be sth really difficult...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do the game engine and the api interact?
    By Shadow12345 in forum Game Programming
    Replies: 9
    Last Post: 12-08-2010, 12:08 AM
  2. Sugguestion on choosing my modules
    By ssharish2005 in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-27-2007, 05:44 PM
  3. Multiple Modules
    By rwmarsh in forum C++ Programming
    Replies: 6
    Last Post: 02-18-2006, 04:34 PM
  4. howto add sys call using modules only ?
    By pinkeshzaveri in forum Linux Programming
    Replies: 1
    Last Post: 08-23-2005, 12:28 PM
  5. Problems with modules
    By 81N4RY_DR460N in forum C++ Programming
    Replies: 8
    Last Post: 07-29-2005, 08:56 PM