Search:

Type: Posts; User: Mawler

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    3,813

    I had noticed that filedata.nFileSizeLow was not...

    I had noticed that filedata.nFileSizeLow was not being populated while I was watching it during debugging in Visual Studio 2010. Changed it to:

    buffer = (unsigned...
  2. Replies
    5
    Views
    3,813

    Heap Corruption and Access Violation

    cA5.c


    #include <stdio.h>
    #include <stdlib.h>
    #include <cA5_proto.h>
    #include <Windows.h>


    int main(int argc, char *argv[])
  3. Replies
    4
    Views
    1,114

    I was trying whatever I could to get the return...

    I was trying whatever I could to get the return values to go to the calcMath function, clearly I was wrong. Thank you for your input camel-man.
  4. Replies
    4
    Views
    1,114

    Thanks for the help, but where would I include...

    Thanks for the help, but where would I include this in my code?
  5. Replies
    4
    Views
    1,114

    Returning Values to A Non-Calling Function

    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>


    int baseChange();
    int powerChange();
    int calcMath(int base, int power);
    int getNum();
    void loadMenu(void);
Results 1 to 5 of 5