Search:

Type: Posts; User: outlast

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,403

    Read in the whole file into memory(buffering the...

    Read in the whole file into memory(buffering the wohle file), make your changes in this buffer and write back the whole thing into your file.
  2. Replies
    1
    Views
    1,218

    try mysql API doc...

    try mysql API doc
  3. Replies
    10
    Views
    1,736

    yeah, short code is nice! ;)

    yeah, short code is nice! ;)
  4. Replies
    10
    Views
    1,736

    try: #include #include ...

    try:



    #include <iostream>
    #include <cmath>
    using namespace std;

    int main(){
  5. Replies
    2
    Views
    1,494

    Hi try this: GlWindow* win; win...

    Hi

    try this:




    GlWindow* win;

    win = new GlWindow("open Gl");
  6. Replies
    4
    Views
    999

    Check google with the question: how does...

    Check google with the question: how does archiv-files works. it's really easy. you can use the same princip in your program.
  7. Replies
    8
    Views
    1,306

    aaa great! that could be the reason, because i've...

    aaa great! that could be the reason, because i've created my own lib-directorys! :) Hey Thanks! i'm going to try your suggestion this evening!

    Greetings, Outlast
  8. Replies
    8
    Views
    1,306

    yes! but take it easy, it's a joke! ;)

    yes! but take it easy, it's a joke! ;)
  9. Replies
    8
    Views
    1,306

    :cool: easy babe! :D

    :cool: easy babe! :D
  10. Replies
    8
    Views
    1,306

    Thanks for your answers. In DEBUG-Mode, i havn't...

    Thanks for your answers. In DEBUG-Mode, i havn't this problem. my program works :confused:
  11. Replies
    8
    Views
    1,306

    MSVC++ Compiler ERROR??

    Hi all! I've a problem with a release compilation of my project. i get the following errormessage form MS Visual Studio 6.0 SP 5 Can anybody tell me, whats going wrong? :confused: thanks
    ...
  12. Replies
    2
    Views
    809

    hmmmm... okay, thanks. so i can as well doing the...

    hmmmm... okay, thanks. so i can as well doing the whole stuff by myself, writing my own "packer". :)
  13. Replies
    2
    Views
    809

    DLL & Ressources

    Hi all.

    I've a question about DLL & Ressources onder Windows. for my little game i put the bitmaps into a DLL and i load it with LoadBitmap (...) in my program. Is there a way to load also other...
Results 1 to 13 of 13