Search:

Type: Posts; User: ShadowMetis

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    44
    Views
    4,931

    So then, yes it does work for my example.......

    So then, yes it does work for my example....
    Listen... I'm tired of finding this post every day over this BS. Which is better? C++ or VB? We both know the answer.
  2. Replies
    44
    Views
    4,931

    PS. Would it or would it not work for my example?...

    PS. Would it or would it not work for my example? Don't nitpick me on something I took ten seconds between bites of my sandwich to put together.......
  3. Replies
    44
    Views
    4,931

    Can VB even make its program invisible? I know...

    Can VB even make its program invisible?
    I know they're too simple to need a command to show the window...... So there's no way to not put the ShowWindow command... And can they have multiple windows?
  4. Replies
    44
    Views
    4,931

    #include int main() { cout

    #include <iostream.h>
    int main() {
    cout << "Hello World!\n";
    system("PAUSE");
    return 0;
    }

    When VB becomes more complicated than C++, you have lost.
  5. Replies
    44
    Views
    4,931

    Calm down man xD. I wasn't really trying to...

    Calm down man xD. I wasn't really trying to insult you. Yes, VB is simpler. You can do it quicker and neater. I'm not saying you can't. If you really want to go into it though, C++ is still the...
  6. Replies
    44
    Views
    4,931

    VB is funny. I'm in a VB class and I learned C++...

    VB is funny. I'm in a VB class and I learned C++ first so it's really a breeze. When we did the first "Hello World" in it I felt kind of insulted. VB doesn't deserve "Hello World"! Not good enough...
  7. Replies
    2
    Views
    2,212

    Ahhh. Thanks, man. Worked great.

    Ahhh. Thanks, man. Worked great.
  8. Replies
    44
    Views
    4,931

    This is replacing RO as my favorite game xD

    This is replacing RO as my favorite game xD
  9. Replies
    2
    Views
    2,212

    Linker errors on Winsock2 functions

    I keep getting linker errors for winsock2 functions whenever I compile. I'm using DevC++ with the default compiler. It's definately not a code problem. It's got to be something in the Options...
  10. Replies
    8
    Views
    2,675

    I actually already did that. I just didn't do it...

    I actually already did that. I just didn't do it until after I posted this. And I changed the font to ANSI_VAR_FONT because it just looks better.
  11. Replies
    8
    Views
    2,675

    O_O HOLY I am sillyI am sillyI am sillyI am...

    O_O
    HOLY I am sillyI am sillyI am sillyI am silly
    How did I miss that.....
    The number one programming mistake is forgetting the semi-colon.... and I add an extra....
  12. Replies
    8
    Views
    2,675

    Nope, would you like to try again?

    Nope, would you like to try again?
  13. Replies
    8
    Views
    2,675

    Why is my program freezing?

    #include <windows.h>

    LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);

    int APIENTRY WinMain(HINSTANCE hInstance,
    HINSTANCE hPrevInstance,
    ...
  14. Replies
    4
    Views
    1,130

    See any other dumb errors? Now, it freezes right...

    See any other dumb errors? Now, it freezes right after it finishes going through the WM_PAINT proccess. It won't move close or respond at all.
  15. Replies
    4
    Views
    1,130

    AH!!! Duh on me, lol. Thanks alot.

    AH!!! Duh on me, lol. Thanks alot.
  16. Replies
    4
    Views
    1,130

    Why Is My Window Freezing?

    The window keeps closing right away. Please tell me what I'm doing wrong. The following is a condensed version of the source for it.


    #include <windows.h>

    LRESULT CALLBACK WndProc (HWND, UINT,...
  17. Replies
    9
    Views
    4,642

    It says right in the title that it's...

    It says right in the title that it's Dev-C++.........
  18. Replies
    9
    Views
    4,642

    I'd still like to have my question answered...

    I'd still like to have my question answered...
  19. Replies
    9
    Views
    4,642

    It's pretty much directly from the book. That's...

    It's pretty much directly from the book. That's why I'm scratch'n my head over it.



    #include <windows.h>

    LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);

    int APIENTRY...
  20. Replies
    6
    Views
    1,099

    I think Silk had it. He probably means functions...

    I think Silk had it. He probably means functions with return values and functions that just do what they do....(I'm not so good with the terminology....)
  21. Thread: objects

    by ShadowMetis
    Replies
    4
    Views
    1,122

    A collection of variables and functions, pretty...

    A collection of variables and functions, pretty much...
  22. Replies
    14
    Views
    2,026

    I always had trouble with windows programming....

    I always had trouble with windows programming. There aren't alot of good tutorials online for it. Nitty Gritty Windows Programming with C++ was a cheap buy on Amazon and I got the basics down within...
  23. Replies
    9
    Views
    4,642

    Question About Linker Errors In Dev-C++

    I continually get errors such as "[Linker error] undefined reference to `GetStockObject@4'". What does it all mean? What does it mean when it says that and what can I do to take care of it?
  24. What's wrong with this( if not everything )?

    #include <windows.h>
    #include <GL/gl.h>
    #include <GL/glu.h>
    int APIENTRY WinMain(HINSTANCE hInstance,
    HINSTANCE hPrevInstance,
    LPSTR lpCmdLine,
    ...
  25. Replies
    18
    Views
    5,260

    Matha Stewart

    There's a petition to get a pardon for her and I think it's bull. Sign my opposing petition. You can also send this chain message out to your friends.


    Martha Stewart is a $$$$$. She deserves to...
Results 1 to 25 of 40
Page 1 of 2 1 2