Search:

Type: Posts; User: Extol

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,449

    It may be helpful to set the marker to the...

    It may be helpful to set the marker to the beginning of the document. try using seakg(NULL, ios::beg);
    i believe that's how it works.
  2. Replies
    4
    Views
    1,260

    Ok. Say I had two switch statements, both are...

    Ok. Say I had two switch statements, both are quite long and drawl out, and the only difference is a Name in the structure. All i really want to do is make a function that will accept either of the...
  3. Replies
    4
    Views
    1,260

    Structures and Functions

    Can anybody please give me an example of how to pass a structure via. functions. I hope it is possible, but I'm not sure. If at all possible, I'd like to pass it by value, not really by reference,...
  4. Replies
    1
    Views
    1,322

    Multiple Processes maybe?

    Alright, I have this code. The idea of the code is to click on the X button to exit . My problem occurs since I can't check to see if there was a mouse click...or if there was input...and if there...
  5. Thread: mouse_event

    by Extol
    Replies
    1
    Views
    988

    mouse_event

    How in the world would you use this?

    Link

    I cannot figure it out...
  6. Thread: Mouse Movement

    by Extol
    Replies
    6
    Views
    1,756

    Ok, I've been fulling around for awhile...and...

    Ok, I've been fulling around for awhile...and this is what I got. I want it to loop and once you click on the 'X' it will quit...what is actually going on here? and how can i fix it please.


    ...
  7. Thread: Mouse Movement

    by Extol
    Replies
    6
    Views
    1,756

    I'm not going to ask anyone to explain everything...

    I'm not going to ask anyone to explain everything to me, but could you tell me the functions...maybe some links to MSDN...I can understand MSDN fine once i actually find what i want. Or some...
  8. Thread: Mouse Movement

    by Extol
    Replies
    6
    Views
    1,756

    Mouse Movement

    Hey. I was wondering how to capture mouse movement. And if the mouse is clicked in a certain area...it would return a different value than any other area. Such that...


    COORD...
  9. Thread: Resource help

    by Extol
    Replies
    8
    Views
    1,238

    I agree, but I don't really know how to go about...

    I agree, but I don't really know how to go about all of it. And thank you for that link.
  10. Thread: Resource help

    by Extol
    Replies
    8
    Views
    1,238

    --------------------Configuration: Program10 -...

    --------------------Configuration: Program10 - Win32 Debug--------------------
    Compiling...
    Program10.cpp
    Linking...
    LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main...
  11. Thread: Resource help

    by Extol
    Replies
    8
    Views
    1,238

    Alright, I finally got it to show up. I have a...

    Alright, I finally got it to show up. I have a problem. How do I make my dialog box the active window, instead of having it in back of the console.
  12. Thread: Resource help

    by Extol
    Replies
    8
    Views
    1,238

    eh, i don't really understand that code, could...

    eh, i don't really understand that code, could you please explain it...and where would i put it into a function to get it to work.
  13. Replies
    6
    Views
    1,564

    I'm kinda learning them all at the same time. =/

    I'm kinda learning them all at the same time. =/
  14. Thread: Resource help

    by Extol
    Replies
    8
    Views
    1,238

    Resource help

    I'm trying to make this resource for a simple box, with an OK and a CANCEL button...but...for some reason it isn't showing up. I don't know what i'm doing wrong. I don't 'really' know how to make...
  15. Replies
    4
    Views
    931

    I did take a look quick actually, must have...

    I did take a look quick actually, must have missed it. sorry.
  16. Replies
    4
    Views
    931

    i don't wanna sound like i know what i'm talking...

    i don't wanna sound like i know what i'm talking about...but i am almost certain there is such a technique...
  17. Replies
    4
    Views
    931

    Name of this function?

    Hey, I know there is a function that can except X number of arguments and add up the sum of them...similar to the way printf works, only it can take integers. Does anybody know the name of this...
  18. Thread: ascii escape

    by Extol
    Replies
    3
    Views
    1,270

    ascii escape

    what is the ascii character for escape?
  19. Replies
    3
    Views
    1,777

    Clicky...

    Clicky
  20. Thread: Hault!

    by Extol
    Replies
    2
    Views
    1,127

    Hault!

    Lets suppose I have an integer called number. Would it be possible to set boundaries on that integer so it is not possible to input a number larger than say 30000. I don't mean after you press...
  21. Replies
    4
    Views
    1,011

    cout

    cout <<flush<< "Enter the Computer Name: ";
  22. Thread: strlen...int?

    by Extol
    Replies
    9
    Views
    9,121

    void setPosition(){ CONSOLE_SCREEN_BUFFER_INFO...

    void setPosition(){
    CONSOLE_SCREEN_BUFFER_INFO screenInfo;
    HANDLE hOutput=GetStdHandle(STD_OUTPUT_HANDLE);
    COORD cursorLocation={0,0};
    GetConsoleScreenBufferInfo(hOutput, &screenInfo);...
  23. Thread: POINT and COORD

    by Extol
    Replies
    0
    Views
    997

    POINT and COORD

    if I would do GetCursorPos(&somePOINT); would it save the x and y coordinates as pixels? Is there any safe conversion from POINT to COORD? Or even better, can I do a "SetConsoleCursorPosition" with...
  24. Thread: strlen...int?

    by Extol
    Replies
    9
    Views
    9,121

    See, I thought about that. But I decided I would...

    See, I thought about that. But I decided I would try to do it a different way to get experience, any ideas?

    I was thinking about GetCursorPos() but first of all, that takes a pointer to a POINT...
  25. Replies
    18
    Views
    5,150

    Oh gosh. Yea, isn't it 4x^2+3x+4 even. I don't...

    Oh gosh. Yea, isn't it 4x^2+3x+4 even. I don't remember.
Results 1 to 25 of 72
Page 1 of 3 1 2 3