Search:

Type: Posts; User: Tux0r

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thanks I ended up using CreateBitmap with raw...

    Thanks

    I ended up using CreateBitmap with raw array pixel data. As you wrote, LoadImage is better used for loading a bitmap from a file.

    CreateBitmap function (Windows)
  2. (GDI) Basic blitting a bitmap in a window (win7/win8.1 problem)

    Hi I want to blit an image bitmap1.bmp using a code snippet I found online. I've tried with both windows 7 and windows 8.1

    As I've understood it, GDI is still supported on these operating systems....
  3. Replies
    14
    Views
    2,057

    Nooooooooooooooooooooooooooooooooooooooooo ...

    Nooooooooooooooooooooooooooooooooooooooooo

    (....)

    ooooooooooooooooooooooooooo! :-(
  4. Replies
    9
    Views
    2,988

    From now on I'm going to dynamically allocate my...

    From now on I'm going to dynamically allocate my bools
  5. Replies
    9
    Views
    2,988

    no this char *lol=malloc(2); free(lol);

    no this


    char *lol=malloc(2);
    free(lol);
  6. Replies
    5
    Views
    5,322

    You um don't actually rotate objects in OpenGL...

    You um don't actually rotate objects in OpenGL you rotate your projection matrix...
  7. Thread: array problem

    by Tux0r
    Replies
    2
    Views
    1,004

    Sorry, but you are going to have to be more...

    Sorry, but you are going to have to be more specific.
  8. Replies
    2
    Views
    887

    As in your previous thread...

    As in your previous thread http://cboard.cprogramming.com/cplusplus-programming/117535-download-files.html the answer would still be wget. If you wan't really basic stuff look into sockets.
  9. Replies
    27
    Views
    13,817

    8192k warning

    8192k warning
  10. Replies
    5
    Views
    1,345

    Ok that hasn't got anything to do with assert. To...

    Ok that hasn't got anything to do with assert. To solve that problem look at the post above.
  11. Replies
    5
    Views
    1,345

    I don't see any assert, so this can't be the...

    I don't see any assert, so this can't be the relevant code.
  12. :eek: Anyway get an updated header...

    :eek:

    Anyway get an updated header
    http://www.opengl.org/registry/api/glxext.h
    or
    http://www.opengl.org/registry/api/gl3.h

    depending on what you are using.
  13. Replies
    44
    Views
    23,373

    I don't see why to argue about this but oh well....

    I don't see why to argue about this but oh well. I was just giving OP an advice that is not directly related to the original question (remember to use std::ios::binary when using read and write if...
  14. Replies
    44
    Views
    23,373

    lol, you say I am wrong then you state what I...

    lol, you say I am wrong then you state what I just said?
  15. Replies
    44
    Views
    23,373

    I believe it is the view UNIX has, everything is...

    I believe it is the view UNIX has, everything is a file, every file is binary (no such thing as text), thus you automatically get the fstream treated as binary.
  16. Replies
    12
    Views
    2,623

    Ok then you could try say xxd object.o for...

    Ok then you could try say xxd object.o for starters ;)
  17. Replies
    12
    Views
    2,623

    here (http://lmgtfy.com/?q=gcc compiling tutorial)

    here
  18. Replies
    44
    Views
    23,373

    Yes.

    Yes.
  19. Replies
    3
    Views
    17,242

    Sadly gcc isn't strict about namespace std on C...

    Sadly gcc isn't strict about namespace std on C headers even with the C++ style inclusion. :(
  20. Replies
    44
    Views
    23,373

    Try it out yourself then.

    Try it out yourself then.
  21. Replies
    17
    Views
    4,442

    Sorry but, rofl.

    Sorry but, rofl.
  22. Thread: VC express 2008

    by Tux0r
    Replies
    6
    Views
    2,294

    I use GCC everywhere with a good text-editor like...

    I use GCC everywhere with a good text-editor like gedit, but VS can be OK if you set it up to standard C++, I don't know why you would use it though when there's better alternatives.
  23. Replies
    44
    Views
    23,373

    The only thing to really remember is to use...

    The only thing to really remember is to use std::ios:binary when you are doing read and write if you want code that works on Windows
  24. Thread: searching

    by Tux0r
    Replies
    1
    Views
    925

    And I take it this is homework?

    And I take it this is homework?
  25. Replies
    6
    Views
    4,916

    GUI is not something you write in 5 lines. ...

    GUI is not something you write in 5 lines.

    Here are some ways to go
    GTK+ - About
    Products — Qt - A cross-platform application and UI framework

    As for what can be written in C++,...
Results 1 to 25 of 136
Page 1 of 6 1 2 3 4