Search:

Type: Posts; User: Tojam

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,383

    Never mind... Got it handled. I was putting in...

    Never mind... Got it handled. I was putting in the wrong data type into the WriteFile API call, should be the address of a DWORD value rather than the LPDWORD (lpBytesWritten).

    Thanks!!
  2. Replies
    2
    Views
    3,383

    Writing FILETIME or SYSTEMTIME to File?

    Hi all,

    I am very new to VC++, (VB Convert), and am only writing my second C++ program.

    I am looking to write either a FILETIME struct or a SYSTEMTIME struct to a file for later usage. I am...
  3. Replies
    1
    Views
    3,222

    Passing pointer to array to a function

    Hi,

    I've been tearing my hair out trying to pass an array to a function using pointers. I keep reading things that tell me an array is a pointer to a series of addresses, and then others that...
  4. Replies
    4
    Views
    9,826

    Thank you for your help. I tossed the f after...

    Thank you for your help.

    I tossed the f after the float variables, and then for similar problems with assignment I found that I could do this

    int i = 4;
    float x = 3.2;
    float a;
    float r =...
  5. Replies
    4
    Views
    9,826

    Warning message truncation 'double' to 'float'

    Hi,

    I'm getting this warning message when I compile my C program. I'm learning for my intro to programming class, so I'm a newbie.

    The message is the subject of this posting.

    Warning: ...
Results 1 to 5 of 5