Search:

Type: Posts; User: Fake

Search: Search took 0.01 seconds.

  1. Thenks for help bluecoder but I have another...

    Thenks for help bluecoder but I have another problem. Menu I've created has some weerd space between window. Here it is take a look...
  2. I red this post and I have a problem. I have made...

    I red this post and I have a problem. I have made menu but it doesnt seem to work. In menu there is comand Exit whose ID is
    ID_FILE_EXIT. Now I have situation like that I have window, menu in it, in...
  3. Thread: #define ??

    by Fake
    Replies
    8
    Views
    1,327

    Ok now I got it. Thanks a lot !!!!:)

    Ok now I got it. Thanks a lot !!!!:)
  4. Thread: #define ??

    by Fake
    Replies
    8
    Views
    1,327

    No, I use headers for function declarations and...

    No, I use headers for function declarations and stuff like that...
    And in source files you can use functions that you have declared in header file. That is like you include time.h and use it's...
  5. Thread: #define ??

    by Fake
    Replies
    8
    Views
    1,327

    Did I understood right MYFILE_h is like MYFILE.h...

    Did I understood right MYFILE_h is like MYFILE.h and then you define it. But why you cant just include header with all those definations?
    #include "main.h"

    int main()
    {

    fn();
    return 0;
    ...
  6. Thread: #define ??

    by Fake
    Replies
    8
    Views
    1,327

    #define ??

    Please somebody, what #define #ifndef #endif does ?
Results 1 to 6 of 6