Search:

Type: Posts; User: JimmyJones

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,599

    Hello Eternalglory47 and good day to you... ...

    Hello Eternalglory47 and good day to you...

    I am just a novice C/C++ programmer so I don't suppose my opinions are really trustworthy, but I have wrote this little discourse
    for you to try and...
  2. Thread: MinGW

    by JimmyJones
    Replies
    9
    Views
    1,656

    @robwhit You are correct sir. I am aware of...

    @robwhit

    You are correct sir. I am aware of what you have said, but I guess I didn't think through the OP's question
    or my answer thoroughly enough. Sorry! To anyone who reads this please...
  3. Thread: MinGW

    by JimmyJones
    Replies
    9
    Views
    1,656

    Here ya go buddy... Here is the answer. MinGW...

    Here ya go buddy... Here is the answer.

    MinGW with Vista
  4. Replies
    20
    Views
    3,180

    Here ya go friend, I guess this is what you...

    Here ya go friend, I guess this is what you wanted. Have a nice day!



    #include <stdio.h>

    typedef char (*(*ComplexFuncPtrType)[5])(char);


    char SomeFunc1(char a)
  5. Replies
    15
    Views
    3,251

    Good response matsp. You seem to be more...

    Good response matsp. You seem to be more understanding than some other people. I geuss this is why your answer here is good, and once again, can't argue with that logic...
  6. Replies
    15
    Views
    3,251

    Can't argue with that logic... but having gone...

    Can't argue with that logic... but having gone through some of the post here I was under the impression that the people on this board would never ever give a "model answer".





    EDIT: This is...
  7. Replies
    15
    Views
    3,251

    Well this guy could easily just be a complete...

    Well this guy could easily just be a complete beginner, and not a student, who is looking for help. And I know that beginners just love examples, and no doubt need them, and even if he is a student,...
  8. Replies
    15
    Views
    3,251

    Here ya go buddy. I'm assuming this is not...

    Here ya go buddy. I'm assuming this is not homework...





    #include <iostream>

    using namespace std;
  9. HOLY MOLY!!! I did not expect any reasonable...

    HOLY MOLY!!! I did not expect any reasonable answer from this board, but you matsp and Elysia(Legend of the skys) have showed me otherwise....


    THANK YOU THANK YOU THANK YOU for putting some...
  10. Look people, if you read back your own post you...

    Look people, if you read back your own post you will discover that your focus was on
    criticizing, and pointing out how stupid I am rather than on helping. You say that
    I need to learn C++ and...
  11. MacGyver, that was simply a typo. What I have...

    MacGyver, that was simply a typo. What I have written here definitely makes sense.
    If you recall in what I have written I am simply asking for something -- similar, and not exact.
    Therefore it is...
  12. Hey, thank you tabstop buddy for the help....

    Hey, thank you tabstop buddy for the help. Although my objective here was
    not to assign the returns to the array, but to what the array points to.
    I think a pointer and subscript, in many...
  13. Sir I just want to know how to do it. Do - you -...

    Sir I just want to know how to do it. Do - you - know how? I'm confused why you just don't demonstrate with an example.-----But, that's allright, perhaps someone else will help me. Thank very much...
  14. Well, I want to assign each returned HWND to a...

    Well, I want to assign each returned HWND to a specific and named HWND
    rather than a pointer because a specific and named identifier is more
    comprehensible than a pointer and subscript. I need a...
  15. What's the proper sytax, and initialization of HWND *pHwnd[]={}; ?

    Hello, and good day to whomever reads this.

    I am trying to learn the proper syntax, usage, and initialization of
    "HWND *pHwnd[]={...};".I am trying to create a loop which creates 3 windows. Then...
Results 1 to 15 of 16