Search:

Type: Posts; User: anduril462

Search: Search took 0.07 seconds.

  1. Aww shucks fellas, you're making me blush :o

    Aww shucks fellas, you're making me blush :o
  2. Okay, as proof of concept, here is a very simple...

    Okay, as proof of concept, here is a very simple version of your code with the ...s filled in just enough to get it to compile and do something:

    menus.h


    #ifndef menus_h__
    #define menus_h__
    ...
  3. Some of this might not matter, but since I don't...

    Some of this might not matter, but since I don't have your full source code, here are a few notes on using .h files and multiple source files:

    Always use include guards in your header files. ...
Results 1 to 3 of 3