Search:

Type: Posts; User: Anglos

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,047

    I pretty much well use old books and...

    I pretty much well use old books and http://msdn.microsoft.com I couldn't really recommend any up to date books because I'm not that familiar with any, sorry dude
  2. Replies
    6
    Views
    1,047

    Instead of rushing into things, no matter how fun...

    Instead of rushing into things, no matter how fun it is, it's usually a good idea to really work with things and learn how they work before trying to create something with a real use.

    It sounds...
  3. Thread: Resource Editor

    by Anglos
    Replies
    0
    Views
    1,332

    Resource Editor

    Ugh I dunno, I recently upgraded to Visual C++ .NET 2003 over Visual C++ 6, SO many differences.

    Well here's the problem, in the resourece editor, whenever I make a new resource, let's say a menu,...
  4. Replies
    12
    Views
    1,487

    Ahh thank you, I'm kind of bad on using name...

    Ahh thank you, I'm kind of bad on using name spaces, I know I should consider them more often.

    I think all of you for your help :)
  5. Replies
    12
    Views
    1,487

    I honestly don't see anything aside from...

    I honestly don't see anything aside from namespace usage, I apoligize if I'm wrong.
  6. Replies
    12
    Views
    1,487

    The more I think about it, the more it seems...

    The more I think about it, the more it seems okay, but I'm not 100% positive
  7. Replies
    12
    Views
    1,487

    Bad? Pointer question

    #include <iostream>

    void test(char *str);

    int main ( void )
    {
    char a[] = "asdf";

    test(a);
  8. Thread: Linked Lists

    by Anglos
    Replies
    3
    Views
    942

    I'm not sure I understand the std::cin.ignore()...

    I'm not sure I understand the std::cin.ignore() function, but what you showed me did work, thanks (:
  9. Thread: Linked Lists

    by Anglos
    Replies
    3
    Views
    942

    Linked Lists

    Hi, I just made a program that manipulated linked lists, and I'm quite new to them. What it does is use a basic console input and you enter the number for the option you want. But if I enter a the...
  10. Thread: Mouse Messages

    by Anglos
    Replies
    2
    Views
    1,936

    Thanks!

    Thanks!
  11. Thread: Mouse Messages

    by Anglos
    Replies
    2
    Views
    1,936

    Mouse Messages

    I'm trying to find out wether the control button while a mouse click is down, I'll show you one way I tried. I'm using Standard API



    case WM_LBUTTONDOWN:
    if(wParam == MK_CONTROL)
    {
    hdc =...
  12. Replies
    3
    Views
    2,269

    DOS in Full Screen

    Hey, is it possible to throw DOS intro fullscreen? I can't seem to figure it out. And when it's in Full Mode, what is the max x,y? I have XP so it's sorta hard to tell
  13. Replies
    3
    Views
    1,113

    Thanks! :D

    Thanks! :D
  14. Replies
    3
    Views
    1,113

    Opening Apps in C

    Hey, do you know if it's possible to open an application from from an application you have made with C, and it just be a DOS program that you made, not windows?
  15. Thread: Winsock?

    by Anglos
    Replies
    5
    Views
    1,123

    Thanks!

    Thanks! I already got a great book on MFC and API... :D
  16. Thread: Winsock?

    by Anglos
    Replies
    5
    Views
    1,123

    Winsock?

    Hey, does anyone know of a good WinSock Tutorial? Appreciate it... :)
  17. Replies
    6
    Views
    1,019

    :)! Thankyou so much, both of you! :)

    :)! Thankyou so much, both of you! :)
  18. Replies
    6
    Views
    1,019

    Point me to the Light

    Okay, I have looked long and hard to find an online turorial (That is Free) that teaches Windows Programming in C (Not C++), and I am yet to find one... And please don't tell me to go buy a book, the...
  19. Replies
    3
    Views
    1,438

    Thanks... :)

    Thanks... :)
  20. Replies
    3
    Views
    1,438

    A Missing Header File

    Hey, I found this socket tutorial, and it requires that I have sys/socket.h, but I can't find it, and I have Borland C++ 5.01 Enterprise, Visual C++, and Dev-C++ and none of those have it. So does...
  21. Replies
    2
    Views
    999

    Regedit and such

    Hey, I was wondering if anyone knew how to or knew of a tutorial that could show me how to write and read from the registry (Regedit) in C.
  22. Thread: Making Library

    by Anglos
    Replies
    7
    Views
    1,394

    Could someone point me to the way?

    Could someone point me to the way?
  23. Thread: Making Library

    by Anglos
    Replies
    7
    Views
    1,394

    Yes to second question. Make own library, like...

    Yes to second question. Make own library, like making a new winsock... =)
  24. Thread: =-o

    by Anglos
    Replies
    1
    Views
    976

    =-o

    Yes to second question! :D I wanna make my own library... :O
  25. Thread: Making Library

    by Anglos
    Replies
    7
    Views
    1,394

    Making Library

    Okay, I just got done making a basic GFX library for Turbo C (C) Borland, but now I want to make my own Network Library, like to where I could do a peer to peer or, client to server program. I don't...
Results 1 to 25 of 27
Page 1 of 2 1 2