Search:

Type: Posts; User: mike_532532

Search: Search took 0.00 seconds.

  1. Thread: Constants

    by mike_532532
    Replies
    6
    Views
    2,857

    What happens when you use constants without...

    What happens when you use constants without brackets? What error messages do you get?

    If only the third one is the problem:


    #define delta_x Hori_L*pow((Grids - 1), -1) //m

    Then you need to...
  2. From your reply matsp, can I infer that the...

    From your reply matsp, can I infer that the "uint8/16/32" I refered to earlier is something that the programmer defines and isn't defined by the implementation?

    I thought C defined...
  3. controlling how many bytes a variable takes up

    Is there any way to specifically create a 2, 4, (or some other arbitrary number) byte integer instead of using a short int or long int and hoping it will take up the correct number of bytes?

    The...
Results 1 to 3 of 3