Search:

Type: Posts; User: Marky_Mark

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    899

    Thanks zen i never thought to look at the...

    Thanks zen i never thought to look at the properties
    :)



    Marky_Mark
  2. Replies
    2
    Views
    899

    Dialog setup

    Does anyone know how i can make a dialog box have the
    minimize and maximize control


    I know that if i created an SDI or MDI i would have one instantly, but ive started working with a dialog box...
  3. If our not using UpdateData() you need to declare...

    If our not using UpdateData() you need to declare a pointer for GetDlgItem() and then access the data that way


    Marky_Mark
  4. Thread: Constants

    by Marky_Mark
    Replies
    3
    Views
    1,154

    Im interested in low level programming (asm), but...

    Im interested in low level programming (asm), but i need to know if it's a necessity for programming in C++


    And when is it beneficial to use a different notation


    Marky_Mark
  5. Thread: Constants

    by Marky_Mark
    Replies
    3
    Views
    1,154

    Constants

    Im probably making a fool of myself here but here goes


    Can anyone explain why we need statements like this in C++
  6. You need to add a global member variable for the...

    You need to add a global member variable for the edit box as type integer






    UpdateData(); //Transfer data from controls to variables
  7. Thread: Integers

    by Marky_Mark
    Replies
    1
    Views
    1,532

    Integers

    This is my problem


    int i;
    i = sizeof(num);


    I need to take the value of integer i and display it in a message box, but when i try this
  8. Replies
    2
    Views
    1,577

    Hey thanks, i got it working now :) ...

    Hey thanks, i got it working now
    :)


    Marky_Mark
  9. Replies
    2
    Views
    1,577

    Getting my text from edit box

    Hey ive been trying to do this simple operation for the last hour and i still can't get it to work


    I have an edit box and a OK button when the user enters some text and clicks OK, i wan't to...
  10. Replies
    1
    Views
    1,737

    Visual Studio .NET beta 2

    I recently received my copy of Visual Studio .NET beta 2


    At the moment i have Visual C++ 6.0 installed


    If i install Visual Studio .NET beta 2 what will happen to
    Visual C++ 6.0 already...
  11. Replies
    2
    Views
    1,325

    Wouldn't you be better off using the template...

    Wouldn't you be better off using the template stucture correctly





    typedef List<int> ListStack;

    ListStack LS;
  12. Thread: new keyword

    by Marky_Mark
    Replies
    7
    Views
    2,003

    Constructors are called as usual, after the...

    Constructors are called as usual, after the allocation
    function is finished


    Marky_Mark
  13. Thread: new keyword

    by Marky_Mark
    Replies
    7
    Views
    2,003

    Thanks for the detailed explaination, but it...

    Thanks for the detailed explaination, but it still creates
    a new instantiation of a particular type of object
    that's how i use it anyway


    Marky_Mark
  14. Thread: new keyword

    by Marky_Mark
    Replies
    7
    Views
    2,003

    It creates a new object of type new int;...

    It creates a new object of type


    new int;
    new class;


    Marky_Mark
  15. Replies
    2
    Views
    1,327

    Classes are quite a difficult concept to grasp...

    Classes are quite a difficult concept to grasp
    http://www.zib.de/Visual/people/mueller/Course/Tutorial/tutorial.html


    Marky_Mark
  16. Replies
    3
    Views
    1,230

    Thanks Marky_Mark

    Thanks


    Marky_Mark
  17. Replies
    5
    Views
    1,499

    Can't you do this In the h file, you...

    Can't you do this






    In the h file, you write:
  18. Replies
    3
    Views
    1,230

    ODBC Connection

    Ive got MySQL on my local system and would like to
    use C++ to connect to the database


    I downloaded an example script from mysql.com
    but it throws all sorts of errors when i compile


    Ive...
  19. Replies
    4
    Views
    984

    Thanks zen :) Marky_Mark

    Thanks zen
    :)


    Marky_Mark
  20. Replies
    4
    Views
    984

    Im still lost... Is it cause virtuals are...

    Im still lost...


    Is it cause virtuals are global and visible to all
    derived base classes or are virtuals visible to all
    classes derived or not


    Does inline act as an additional...
  21. Replies
    4
    Views
    984

    Class Procedures

    What are the benefits from using virtual
    and where do inline functions fit in
    and when should inline be invoked


    Can anyone give us some background information
    on how these class procedures...
  22. Thread: Win API

    by Marky_Mark
    Replies
    4
    Views
    1,967

    Thanks everyone found what i was looking for :)...

    Thanks everyone found what i was looking for
    :)


    Marky_Mark
  23. Thread: Sockets

    by Marky_Mark
    Replies
    3
    Views
    918

    Thanks it works now :) Marky_Mark

    Thanks it works now
    :)


    Marky_Mark
  24. Thread: Sockets

    by Marky_Mark
    Replies
    3
    Views
    918

    Sockets

    Ive read loads of tutorials on programming sockets
    in windows but every example ive tried
    doesn't compile properly


    unresolved external symbol _WSAStartup@8
  25. Thread: Win API

    by Marky_Mark
    Replies
    4
    Views
    1,967

    Win API

    Anyone know of some good tutorials on the Win API


    Im after the correct syntax to create controls
    from scratch, list boxes, combo's etc


    I could be lazy and go straight to MFC but i read...
Results 1 to 25 of 42
Page 1 of 2 1 2