Search:

Type: Posts; User: Kryota

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    3,277

    Oh wait, I think I understand what you mean by...

    Oh wait, I think I understand what you mean by object files, they're binary instructions, not necessarily exact binary conversions of every character in the functions.

    Anyways, thanks for helping...
  2. Replies
    11
    Views
    3,277

    Augh, ignorance is NOT bliss, it's just plain...

    Augh, ignorance is NOT bliss, it's just plain annoying... Is that a technical detail I can ignore for now? :D
  3. Replies
    11
    Views
    3,277

    So what the compiler kind of does is create a...

    So what the compiler kind of does is create a .exe file from the main function, and the dll files are sort of the binary equivalents of your other functions, and the .exe reads these dll whenever it...
  4. Replies
    11
    Views
    3,277

    Uhh... Wha? I'm not too experienced with C++...

    Uhh... Wha?

    I'm not too experienced with C++ (and I'm tired), but if I'm understanding you correctly, what you're saying is that you can put your function definitions anywhere as long as all your...
  5. Replies
    11
    Views
    3,277

    Function Prototypes

    Hi, I'm trying to learn how to program and I'm reviewing section 4 of the "c++ made easy" tutorial, and I gotta ask a question I've been curious about for a while, what's the point of defining a...
Results 1 to 5 of 5