Search:

Type: Posts; User: CV3

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,582

    Thanks alot - I was using loops but it ended up...

    Thanks alot - I was using loops but it ended up as a complete mess. :)
  2. Replies
    4
    Views
    1,582

    Char array/ASCII questions

    1)Is there a function in the string.h header that allows you to combine the contents of multiple strings (char arrays), or will strcpy() accept multiple input strings?

    2)As an ASCII character, how...
  3. Replies
    4
    Views
    1,089

    Thanks alot. So I need "C:\\Program Files..."?

    Thanks alot.

    So I need "C:\\Program Files..."?
  4. Replies
    4
    Views
    1,089

    Defining File Paths

    Is it valid to have something like


    #define "C:\Program Files\Something

    Or would it treat the \P like a \n or \t?
  5. Replies
    6
    Views
    1,897

    Thanks a lot. Must be something wrong with my...

    Thanks a lot. Must be something wrong with my code then but that's WINAPI - another story....
  6. Replies
    6
    Views
    1,897

    thanks for the replies, but more specifically how...

    thanks for the replies, but more specifically how do I pass an array of chars in a struct to a function?
  7. Replies
    6
    Views
    1,897

    Passing members of structs to functions

    How I pass a member of a struct to a function? I can't pass the whole struct because this isn't one of my own functions. Any ideas?
  8. Thread: Dialog Problems

    by CV3
    Replies
    4
    Views
    1,372

    Linuxman - I don't see that fizisyen - thanks...

    Linuxman - I don't see that

    fizisyen - thanks for your reply. That isn't the whole of my .rc file just the part with the dialog code :) The dialog is defined properly in resource.h as well.

    I...
  9. Thread: Dialog Problems

    by CV3
    Replies
    4
    Views
    1,372

    Dialog Problems

    I'm trying to create a program with a dialog as the main window but it doesn't display. What am I doing wrong? (Using Dev-cpp)

    Dialog Resource:

    IDD_MAIN DIALOG 146, 39, 260, 265
    STYLE WS_POPUP...
Results 1 to 9 of 9